Citrus 6 miesięcy temu
rodzic
commit
da5c196f57
2 zmienionych plików z 8 dodań i 3 usunięć
  1. 2 2
      assets/Scene/scene.fire
  2. 6 1
      assets/Script/ts/Login.ts

+ 2 - 2
assets/Scene/scene.fire

@@ -506,7 +506,7 @@
         "__id__": 838
       }
     ],
-    "_active": true,
+    "_active": false,
     "_components": [
       {
         "__id__": 385
@@ -1808,7 +1808,7 @@
         "__id__": 144
       }
     ],
-    "_active": false,
+    "_active": true,
     "_components": [
       {
         "__id__": 35

+ 6 - 1
assets/Script/ts/Login.ts

@@ -65,7 +65,12 @@ export default class Login extends cc.Component {
 
     login() {
 
- 
+        console.error(HTTPS.Instance.user_info);
+
+
+        cc.director.loadScene('scene')
+
+        return
         if (!this.checkIphone()) {
             Tips.Instance.show('手机号码不正确')
             return