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"