From 4aab09f4402c1654f0825dc27b7118fef28274f7 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 24 Jun 2025 08:03:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BE=AE=E4=BF=A1=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- pages/login/loginInitWechat.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/login/loginInitWechat.vue b/pages/login/loginInitWechat.vue index 97a6e39..5e4cfce 100644 --- a/pages/login/loginInitWechat.vue +++ b/pages/login/loginInitWechat.vue @@ -124,9 +124,14 @@ }); }, saveOpenIdToOwner:function(){ + let _wechatType = "1100"; + // #ifdef MP-WEIXIN + _wechatType = "1000"; + // #endif refreshAppUserBindingOwnerOpenId(this,{ openId:this.openId, - communityId:this.communityId + communityId:this.communityId, + wechatType:_wechatType }).then(_data=>{ wx.switchTab({ url: "/pages/index/index"