feat:更新176

This commit is contained in:
2026-09-15 14:14:09 +08:00
parent 9b09d6469d
commit f7b9e66172
15 changed files with 250 additions and 980 deletions
+10 -1
View File
@@ -274,7 +274,7 @@
</up-overlay>
<HomePopup :show="homeShow" :dataObj="curData" @jumpShop="onJumpShop" @close="homeShow = false"></HomePopup>
<GuidePopup />
<GuidePopup ref="guidePopupRef" />
<qiaobao-assistant page-key="pages/home/home" title="商城首页" />
</view>
</template>
@@ -376,6 +376,14 @@ export default {
this.isScrolled = top > 10;
},
onShow() {
// #ifdef MP
const hasSeenGuide = uni.getStorageSync("has_seen_home_guide");
if (hasSeenGuide) {
uni.showTabBar({ animation: false, fail: () => {} });
} else {
uni.hideTabBar({ animation: false, fail: () => {} });
}
// #endif
this.refreshKefuUnread();
startKefuRealtime();
// 获取设备是安卓还是ios
@@ -421,6 +429,7 @@ export default {
this.initMPHeader();
// #endif
},
// 分享给朋友
onShareAppMessage() {
return {