Commit 397a52dc authored by spc's avatar spc

fixed

parent 75e5ec8e
...@@ -267,7 +267,7 @@ onShow(async () => { ...@@ -267,7 +267,7 @@ onShow(async () => {
} else { } else {
const integralStore = useIntegralStore(); const integralStore = useIntegralStore();
await integralStore.getSigninAndTaskInfo(); await integralStore.getSigninAndTaskInfo();
await integralStore.queryTodoResultServer(); await checkAndUpdateTaskResult()
} }
}); });
......
...@@ -2140,6 +2140,10 @@ const refreshIntegralData = async () => { ...@@ -2140,6 +2140,10 @@ const refreshIntegralData = async () => {
quanyiListIcon.value.push(element.img); quanyiListIcon.value.push(element.img);
privilegeSizes.value[index] = { width: element.width, height: element.height, name: element.name }; privilegeSizes.value[index] = { width: element.width, height: element.height, name: element.name };
}); });
// 刷新用户积分信息
await userStore.loadMemberInfo();
initNetData()
} catch (error) { } catch (error) {
console.error('刷新积分页数据失败:', error); console.error('刷新积分页数据失败:', error);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment