feat:更新176
This commit is contained in:
+10
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user