@@ -194,7 +194,7 @@ export default {
// 签到
setSignIn() {
post("user/doSign").then(res => {
- if (res.status == 200) {
+ if (res.code === 0) {
appEv.errTips(res.msg)
this.loadData()
} else {