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() {