修改删除小区之后我的小区页面不同步更新的bug
This commit is contained in:
parent
35cab6537a
commit
8f7ce8f0e9
@ -310,7 +310,7 @@ export default {
|
|||||||
const isMe = uni.getStorageSync("is_me");
|
const isMe = uni.getStorageSync("is_me");
|
||||||
// 当is_me不存在或为true时执行,存在且为false时不执行
|
// 当is_me不存在或为true时执行,存在且为false时不执行
|
||||||
if (isMe === true || isMe === undefined || isMe === null || isMe === '') {
|
if (isMe === true || isMe === undefined || isMe === null || isMe === '') {
|
||||||
this.getCommunityList();
|
await this.getCommunityList();
|
||||||
}
|
}
|
||||||
this.getfunctionNum();
|
this.getfunctionNum();
|
||||||
this.getAdvertising();
|
this.getAdvertising();
|
||||||
@ -382,6 +382,8 @@ export default {
|
|||||||
if (targetItem.front_end_display == 1) {
|
if (targetItem.front_end_display == 1) {
|
||||||
uni.removeStorageSync("changeCommData");
|
uni.removeStorageSync("changeCommData");
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
uni.removeStorageSync("changeCommData");
|
||||||
}
|
}
|
||||||
|
|
||||||
res.rows = res.rows.filter((item) => {
|
res.rows = res.rows.filter((item) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user