修改登录
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ export const useAccountLoginApp = (data) => request({
|
||||
})
|
||||
// 积分状态
|
||||
// const pointsStatus = res[2].body
|
||||
|
||||
const pointsStatus = {}
|
||||
common.setValue('points_data', {
|
||||
badgeNum: pointsStatus['badgeNum'] ?? 0, // 徽章数
|
||||
currentPoints: pointsStatus['currentPoints'] ?? 0, // 当前积分
|
||||
|
||||
Reference in New Issue
Block a user