优化
This commit is contained in:
@@ -96,6 +96,8 @@ export default {
|
||||
uni.setStorageSync("chatInfo", this.info.data.chatInfo)
|
||||
uni.setStorageSync("userSig", this.userSig)
|
||||
uni.setStorageSync("userinfo", this.info.data.info);
|
||||
const now = Date.now();
|
||||
uni.setStorageSync("last_clean_time", now);
|
||||
counter.$patch({ myitem:this.info.data.info })
|
||||
if (this.info.code === 200) {
|
||||
if (this.info.data.newAccount) {
|
||||
|
||||
Reference in New Issue
Block a user