feat:更新176

This commit is contained in:
2026-09-14 13:44:30 +08:00
parent 9b09d6469d
commit c5799a192f
15 changed files with 273 additions and 972 deletions
+15 -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,12 @@ export default {
this.isScrolled = top > 10;
},
onShow() {
// #ifdef MP
const hasSeenGuide = uni.getStorageSync("has_seen_home_guide");
if (!hasSeenGuide) {
uni.hideTabBar({ animation: false, fail: () => {} });
}
// #endif
this.refreshKefuUnread();
startKefuRealtime();
// 获取设备是安卓还是ios
@@ -421,6 +427,14 @@ export default {
this.initMPHeader();
// #endif
},
onReady() {
// #ifdef MP
const hasSeenGuide = uni.getStorageSync("has_seen_home_guide");
if (!hasSeenGuide) {
uni.hideTabBar({ animation: false, fail: () => {} });
}
// #endif
},
// 分享给朋友
onShareAppMessage() {
return {
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long