XiaBx 3 lat temu
rodzic
commit
6c9b1c7cac
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

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