This commit is contained in:
shijingjing
2023-03-30 09:16:07 +08:00
parent 8bf723cc55
commit 1c91aead97
4 changed files with 4 additions and 7 deletions

View File

@@ -227,8 +227,8 @@ export default {
this.$u.toast('打卡签到成功!')
}
setTimeout(()=> {
uni.navigateBack()
}, 500)
this.getDetail()
}, 400)
}
}).catch(err => this.$u.toast(err))
},