Ver Fonte

Merge branch 'main' of https://gitlab.com/tea28/client

DaMowang há 3 anos atrás
pai
commit
d09a3e0243
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/sign/index.vue

+ 1 - 1
src/pages/sign/index.vue

@@ -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 {