签到页面优化

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

@ -80,6 +80,7 @@
this.signList = res.data.week;
this.signText = ['签到','已签到'][res.data.today_sign];
this.loading = true;
//
this.getSignList();
}
})
@ -97,7 +98,8 @@
this.signText = "已签到";
this.$refs.refFrame.ifLogistics = true;
this.$refs.refFrame.ifAnimated = true;
this.getSignList();
//
this.getSignInfo();
}
})
},