Browse Source

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

smallqiang 5 năm trước cách đây
mục cha
commit
a22ad80700
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
         });
     },