fix ;bug
This commit is contained in:
@@ -118,7 +118,8 @@ export default function usePointsAndBadge() {
|
||||
// complete(true, '积分获取成功', res);
|
||||
} catch (error) {
|
||||
// console.error(`类型${type}积分获取失败:`, error);
|
||||
// complete(false, '积分获取失败', error);
|
||||
// console.log('积分获取失败')
|
||||
complete(false, '积分获取失败', error);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user