MrShi
6 天以前 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943
bicycle/App.vue
@@ -6,6 +6,7 @@
      },
      onLaunch: function() {
         var that = this;
         console.log(JSON.stringify(this.userInfo))
         if (JSON.stringify(this.userInfo) == '{}') {
            uni.login({
               provider: 'weixin',
@@ -19,6 +20,8 @@
                  }
               }
            });
         } else {
            that.$isResolve()
         }
      },
      onShow: function() {