修改首页功能导航去的显示逻辑

This commit is contained in:
赵毅 2025-08-12 18:10:56 +08:00
parent 2ffa141844
commit 26c886f426

View File

@ -1019,8 +1019,7 @@ export default {
this.localHeight = meun.height; this.localHeight = meun.height;
this.showSearch() this.showSearch()
this.getSearchVal() this.getSearchVal()
this.showNav = uni.getStorageSync("isShowNav") == 1 this.showNav = uni.getStorageSync("isShowNav") != 1
}, },
onShow() { onShow() {