pages/quanyi/index.vue
@@ -6,7 +6,7 @@ async created() { const _this = this; await uni.request({ url: _this.$webHost+'/api/v2/auth/ygxLogin?phone='+_this.$util.getUserInfo().phone, url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone, success: function (res) { _this.ygxLogin = res.data.data; uni.setStorageSync('ygxLogin',_this.ygxLogin)