qingyiay
2023-09-05 64d748607d42358038f54538ddc245e38c1ef567
pages/login/login.vue
@@ -137,6 +137,7 @@
            wx.request({
               url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`,
               success(res) {
                  console.log(res, 'openid');
                  uni.setStorageSync('openid', res.data.openid);
                  // uni.showToast({
                  //    title: '成功获取测试openid',
@@ -157,6 +158,7 @@
                     this.$reqGet('getUserEntity').then(res => {
                        this.setUserTabbar(res.data.type);
                        uni.setStorageSync('roleType', res.data.type);
                        uni.setStorageSync("userId", res.data.userId)
                        setCustomerId(res.data.customerid);
                        uni.hideLoading();
                        //跳转页面
@@ -189,6 +191,7 @@
            console.log('打开了');
         },
         privacyConfirm() {
            this.loginPopupShow = false
            uni.navigateTo({
               url: '/pages/register/register'
            });