XiaBx 3 tahun lalu
induk
melakukan
6c9b1c7cac
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -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: {