This commit is contained in:
shijingjing
2023-02-09 17:46:36 +08:00
parent 7398557d6b
commit 9c01e9caf0

View File

@@ -74,11 +74,12 @@ export default {
}, },
// 打卡 // 打卡
signIn() { signIn() {
if(this.flag) return if(this.flag) return;
this.flag = true;
this.flag = true
this.$http.post(`/api/appwechatsigninfo/sign`).then(res=> { this.$http.post(`/api/appwechatsigninfo/sign`).then(res=> {
if(res.code == 0) { if(res.code == 0) {
this.flag = false;
this.$u.toast(`打卡成功`) this.$u.toast(`打卡成功`)
this.getToday() this.getToday()
this.getList() this.getList()