XiaBx 3 年之前
父节点
当前提交
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: {