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