mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
d557635e13
commit
39dbbb36ad
@ -179,6 +179,7 @@ export function loginByOpenId(openId){
|
|||||||
communityId:_json.data.communityId,
|
communityId:_json.data.communityId,
|
||||||
communityName:_json.data.communityName,
|
communityName:_json.data.communityName,
|
||||||
});
|
});
|
||||||
|
uni.removeStorageSync("ownerInfo");
|
||||||
saveUserLoginInfo(_json.data.userId, _json.data.token, _json.data.key);
|
saveUserLoginInfo(_json.data.userId, _json.data.token, _json.data.key);
|
||||||
},
|
},
|
||||||
fail: function(e) {
|
fail: function(e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user