签到页面优化

master
Lee1203 2022-08-30 14:31:57 +08:00
parent a0e981e6d9
commit 323e0fb3e0
1 changed files with 5 additions and 3 deletions

View File

@ -79,7 +79,8 @@
if(res.code==0){ if(res.code==0){
this.signList = res.data.week; this.signList = res.data.week;
this.signText = ['签到','已签到'][res.data.today_sign]; this.signText = ['签到','已签到'][res.data.today_sign];
this.loading = true; this.loading = true;
//
this.getSignList(); this.getSignList();
} }
}) })
@ -96,8 +97,9 @@
if(res.code==0){ if(res.code==0){
this.signText = "已签到"; this.signText = "已签到";
this.$refs.refFrame.ifLogistics = true; this.$refs.refFrame.ifLogistics = true;
this.$refs.refFrame.ifAnimated = true; this.$refs.refFrame.ifAnimated = true;
this.getSignList(); //
this.getSignInfo();
} }
}) })
}, },