@@ -506,7 +506,7 @@
"__id__": 838
}
],
- "_active": true,
+ "_active": false,
"_components": [
{
"__id__": 385
@@ -1808,7 +1808,7 @@
"__id__": 144
- "_active": false,
+ "_active": true,
"__id__": 35
@@ -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