mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化代码
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
4d77b1c401
commit
97a82f9977
@ -183,6 +183,8 @@ 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