From 83f051ef3931ea325d0d2d8efda31d6cbea72f12 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 8 Apr 2025 21:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/loginInitWechat.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/login/loginInitWechat.vue b/pages/login/loginInitWechat.vue index 97a6e39..60239f9 100644 --- a/pages/login/loginInitWechat.vue +++ b/pages/login/loginInitWechat.vue @@ -126,7 +126,8 @@ saveOpenIdToOwner:function(){ refreshAppUserBindingOwnerOpenId(this,{ openId:this.openId, - communityId:this.communityId + communityId:this.communityId, + appId:this.appId }).then(_data=>{ wx.switchTab({ url: "/pages/index/index"