mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化微信登录修复
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
33f6a9511d
commit
4aab09f440
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user