From 1ef98b600d5062bd7e601aac163a2e0f93f40e0c Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 10 Apr 2025 10:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/loginInitWechat.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/login/loginInitWechat.vue b/pages/login/loginInitWechat.vue index 60239f9..5e4cfce 100644 --- a/pages/login/loginInitWechat.vue +++ b/pages/login/loginInitWechat.vue @@ -124,10 +124,14 @@ }); }, saveOpenIdToOwner:function(){ + let _wechatType = "1100"; + // #ifdef MP-WEIXIN + _wechatType = "1000"; + // #endif refreshAppUserBindingOwnerOpenId(this,{ openId:this.openId, communityId:this.communityId, - appId:this.appId + wechatType:_wechatType }).then(_data=>{ wx.switchTab({ url: "/pages/index/index"