添加后台清缓存的处理
This commit is contained in:
@@ -88,7 +88,7 @@ onShow(async () => {
|
||||
console.log("首页数据:", homeData);
|
||||
if (homeData.user) {
|
||||
updateUser(homeData.user);
|
||||
if (homeData.user.id === 823) {
|
||||
if ("823,209".indexOf(homeData.user.id) !== -1) {
|
||||
const show = uni.getStorageSync("show-the-user");
|
||||
if (!show) {
|
||||
showTheUser.value = true;
|
||||
|
||||
Reference in New Issue
Block a user