From e7b0b34176549cfec809c6b89c4cab0999e488b9 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 28 三月 2023 16:40:56 +0800 Subject: [PATCH] 修改大部分问题 --- pages/login/userPassword.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index 06e0f79..e71f036 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -87,7 +87,7 @@ //鏌ヨ鐢ㄦ埛璇︾粏淇℃伅骞跺偍瀛� this.$reqGet('getUserEntity') .then(res => { - this.$u.toast('鎭枩鎮紝鐧诲綍鎴愬姛锛�'); + this.$u.toast('鐧诲綍鎴愬姛'); this.setUserTabbar(res.data.type); uni.setStorageSync('roleType', res.data.type); setCustomerId(res.data.customerid); @@ -107,7 +107,7 @@ this.$u.toast(res.msg); } } else { - this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('openid') }, 'params').then(res => { + this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('code') }, 'params').then(res => { uni.hideLoading(); if (res.code == 0) { this.$u.toast('缁戝畾鎴愬姛锛佸嵆灏嗗洖鍒扮櫥褰曢〉锛�'); -- Gitblit v1.9.1