优化代码

This commit is contained in:
wuxw 2024-04-12 16:05:09 +08:00
parent d557635e13
commit 39dbbb36ad

View File

@ -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) {