XiaBx 3 лет назад
Родитель
Сommit
6c9b1c7cac
1 измененных файлов с 3 добавлено и 1 удалено
  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: {