Browse Source

bugfix 扫码第一次进入会卡

贺智强 4 years ago
parent
commit
fa018de1ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -73,7 +73,7 @@
         },
         },
         onLoad(options) {
         onLoad(options) {
             console.log('options==>',options)
             console.log('options==>',options)
-            this.getUserInfo();
+            //this.getUserInfo();
             // 测试下分支
             // 测试下分支
             if (typeof options.scene !== 'undefined') {
             if (typeof options.scene !== 'undefined') {
                 if (options.scene === 'share') {
                 if (options.scene === 'share') {