|
@@ -57,7 +57,9 @@ export default {
|
|
|
this.theme = site_gender === "male" ? "boy" : "girl";
|
|
|
} else this.theme = "girl";
|
|
|
this.initWrap();
|
|
|
- this.$GoLoginPop().then(()=>{console.log('我真的的去绑定了呢')});
|
|
|
+
|
|
|
+ //this.$GoLoginPop().then(()=>{console.log('我真的的去绑定了呢')});
|
|
|
+ //setTimeout(()=>{this.$GoLoginPop.close();},4000)
|
|
|
|
|
|
},
|
|
|
methods: {
|