添加后台清缓存的处理

This commit is contained in:
kron
2025-12-03 16:46:07 +08:00
parent d9ac803902
commit a9156e57ca
4 changed files with 9 additions and 2 deletions

View File

@@ -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;