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