暂时提交

This commit is contained in:
2025-12-15 10:54:30 +08:00
parent fa1132ebe9
commit 4983d9cbc7
15 changed files with 49 additions and 34 deletions

View File

@@ -41,7 +41,7 @@
</swiper>
</view>
<!-- <Tabbar v-show="showTabbar" :currentpage="0"></Tabbar> -->
<Tabbar v-show="showTabbar" :currentpage="0"></Tabbar>
<!-- maskFristEntry -->
<view class="maskFristEntry" v-if="maskFristEntry">
@@ -81,10 +81,11 @@ const THRESHOLD = 5;
onLoad(() => {
// 判断浏览器是否有 fristEntry 第一次进入
let fristEntry = uni.getStorageSync('fristEntry') === false ? false : true; // 默认未读
maskFristEntry.value = fristEntry;
if (fristEntry) {
uni.hideTabBar();
}
maskFristEntry.value = fristEntry
// if (fristEntry) {
// uni.hideTabBar();
// }
// 预加载较重页面
setTimeout(() => {
uni.preloadPage({ url: '/packageA/pages/post/post' });