mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
4182b3ebd6
commit
3a76409221
@ -183,6 +183,7 @@ export function loginByOpenId(openId) {
|
|||||||
uni.setStorageSync("currentCommunityInfo", {
|
uni.setStorageSync("currentCommunityInfo", {
|
||||||
communityId: _json.data.communityId,
|
communityId: _json.data.communityId,
|
||||||
communityName: _json.data.communityName,
|
communityName: _json.data.communityName,
|
||||||
|
sCommunityTel:_json.data.communityTel
|
||||||
});
|
});
|
||||||
uni.removeStorageSync("ownerInfo");
|
uni.removeStorageSync("ownerInfo");
|
||||||
saveUserLoginInfo(_json.data.userId, _json.data.token, _json.data.key);
|
saveUserLoginInfo(_json.data.userId, _json.data.token, _json.data.key);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user