mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
处理自登陆bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
33ee43b9ea
commit
37a4a0455f
@ -177,14 +177,6 @@ export function loginByOpenId(openId){
|
||||
communityId:_json.data.communityId,
|
||||
communityName:_json.data.communityName,
|
||||
});
|
||||
uni.setStorageSync("ownerInfo",{
|
||||
memberId:_json.data.memberId,
|
||||
ownerName:_json.data.ownerName,
|
||||
ownerId:_json.data.ownerId,
|
||||
ownerTel:_json.data.ownerTel,
|
||||
communityId:_json.data.communityId,
|
||||
link:_json.data.ownerTel
|
||||
});
|
||||
saveUserLoginInfo(_json.data.userId, _json.data.token, _json.data.key);
|
||||
},
|
||||
fail: function(e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user