|
@@ -61,7 +61,7 @@ const navList = computed(() => {
|
|
|
{ icon: `${StaticUrl}/smqjh-vip.png`, title: '视频权益', name: 'video-rights-tabbar', show: !isOnlineAudit.value },
|
|
{ icon: `${StaticUrl}/smqjh-vip.png`, title: '视频权益', name: 'video-rights-tabbar', show: !isOnlineAudit.value },
|
|
|
{ icon: `${StaticUrl}/smqjh-djk.png`, title: '大健康', name: 'djk-homeTabbar', show: true },
|
|
{ icon: `${StaticUrl}/smqjh-djk.png`, title: '大健康', name: 'djk-homeTabbar', show: true },
|
|
|
{ icon: `${StaticUrl}/smqjh-jiayou.png`, title: '加油', name: 'refueling-tabbar', show: true }, // refueling-tabbar
|
|
{ icon: `${StaticUrl}/smqjh-jiayou.png`, title: '加油', name: 'refueling-tabbar', show: true }, // refueling-tabbar
|
|
|
- { icon: `${StaticUrl}/smqjh-attractions.png`, title: '景区', name: 'attractions-tabbar', show: true },
|
|
|
|
|
|
|
+ { icon: `${StaticUrl}/smqjh-attractions.png`, title: '景区', name: '', show: !isOnlineAudit.value },
|
|
|
{ icon: `${StaticUrl}/smqjh-diancan.png`, title: '大牌点餐', name: '', show: !isOnlineAudit.value },
|
|
{ icon: `${StaticUrl}/smqjh-diancan.png`, title: '大牌点餐', name: '', show: !isOnlineAudit.value },
|
|
|
{ icon: `${StaticUrl}/smqjh-jiudian.png`, title: '酒店民宿', name: '', show: !isOnlineAudit.value },
|
|
{ icon: `${StaticUrl}/smqjh-jiudian.png`, title: '酒店民宿', name: '', show: !isOnlineAudit.value },
|
|
|
{ icon: `${StaticUrl}/smqjh-daijia.png`, title: '代驾', name: '', show: !isOnlineAudit.value },
|
|
{ icon: `${StaticUrl}/smqjh-daijia.png`, title: '代驾', name: '', show: !isOnlineAudit.value },
|
|
@@ -90,6 +90,7 @@ function handleClick(name: string) {
|
|
|
;(wx as any).openOfficialAccountProfile({
|
|
;(wx as any).openOfficialAccountProfile({
|
|
|
username: 'gh_6a682fa2ed1d',
|
|
username: 'gh_6a682fa2ed1d',
|
|
|
})
|
|
})
|
|
|
|
|
+
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -124,6 +125,11 @@ function handleChangeSwiper(e: UniHelper.SwiperOnChangeEvent) {
|
|
|
|
|
|
|
|
currentIndex.value = e.detail.current
|
|
currentIndex.value = e.detail.current
|
|
|
}
|
|
}
|
|
|
|
|
+function handleJyBanner() {
|
|
|
|
|
+ wx.openOfficialAccountArticle({
|
|
|
|
|
+ url: 'https://mp.weixin.qq.com/s/lxpdZ6DUhgqg00AT9klu5Q',
|
|
|
|
|
+ })
|
|
|
|
|
+}
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
@@ -222,7 +228,7 @@ function handleChangeSwiper(e: UniHelper.SwiperOnChangeEvent) {
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="mt-20rpx w-full flex items-center justify-between">
|
|
<view class="mt-20rpx w-full flex items-center justify-between">
|
|
|
- <image :src="`${StaticUrl}/smqjh-jy-banner.jpg`" class="h-346rpx w-344rpx flex-shrink-0 rounded-12rpx" />
|
|
|
|
|
|
|
+ <image :src="`${StaticUrl}/smqjh-jy-banner.jpg`" class="h-346rpx w-344rpx flex-shrink-0 rounded-12rpx" @click="handleJyBanner" />
|
|
|
<view class="flex flex-1 flex-col items-end justify-center" @click="handleGo">
|
|
<view class="flex flex-1 flex-col items-end justify-center" @click="handleGo">
|
|
|
<image :src="`${StaticUrl}/smqjh-home-banner1.jpg`" class="h-180rpx w-344rpx rounded-12rpx" />
|
|
<image :src="`${StaticUrl}/smqjh-home-banner1.jpg`" class="h-180rpx w-344rpx rounded-12rpx" />
|
|
|
<image :src="`${StaticUrl}/smqjh-home-banner2.jpg`" class="mt-14rpx h-152rpx w-344rpx rounded-12rpx" />
|
|
<image :src="`${StaticUrl}/smqjh-home-banner2.jpg`" class="mt-14rpx h-152rpx w-344rpx rounded-12rpx" />
|