Commit e667ab40 authored by 王炽's avatar 王炽

默认值

parent b570da4d
......@@ -1004,7 +1004,15 @@
]);
const userStore = useUserStore();
const memberInfo = ref({});
const memberInfo = ref({
recentAnnualPointsTotal:0,
willExpiredPoints:0,
nextGradeScoreRuleMin:0,
grade:0,
points:0
});
const willExpiredPoints = ref(0);//即将过期积分
const islogin = ref(true);//是否登录
......
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