Browse Source

修改签到获取不到数据不显示

smallqiang 5 years ago
parent
commit
a22ad80700
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/scripts/signIn/SignIn.js

+ 1 - 0
assets/scripts/signIn/SignIn.js

@@ -63,6 +63,7 @@ cc.Class({
             this.configData(respondData);
         }).catch((code) => {
             console.log(code);
+            this.node.destroy();
         });
     },