|
|
@@ -61,7 +61,7 @@ const navList = computed(() => {
|
|
|
{ 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-diancan.png`, title: '大牌点餐', name: '', show: !isOnlineAudit.value },
|
|
|
- { icon: `${StaticUrl}/smqjh-jiayou.png`, title: '加油', name: '', show: !isOnlineAudit.value }, // refueling-tabbar
|
|
|
+ { icon: `${StaticUrl}/smqjh-jiayou.png`, title: '加油', name: 'refueling-webview', show: !isOnlineAudit.value }, // refueling-tabbar
|
|
|
{ icon: `${StaticUrl}/smqjh-jiudian.png`, title: '酒店民宿', name: '', show: !isOnlineAudit.value },
|
|
|
{ icon: `${StaticUrl}/smqjh-daijia.png`, title: '代驾', name: '', show: !isOnlineAudit.value },
|
|
|
]
|
|
|
@@ -109,7 +109,7 @@ async function getZhUserReceived() {
|
|
|
}
|
|
|
|
|
|
function handleGo() {
|
|
|
- show({ msg: '敬请期待 !' })
|
|
|
+ router.push({ name: 'bannerDetaile' })
|
|
|
}
|
|
|
function handleChangeSwiper(e: UniHelper.SwiperOnChangeEvent) {
|
|
|
console.log(e.detail.current, 'e.detail.current')
|
|
|
@@ -213,11 +213,11 @@ function handleChangeSwiper(e: UniHelper.SwiperOnChangeEvent) {
|
|
|
</wd-skeleton>
|
|
|
</view>
|
|
|
|
|
|
- <view class="mt-20rpx w-full flex items-center justify-between" @click="handleGo">
|
|
|
+ <view class="mt-20rpx w-full flex items-center justify-between">
|
|
|
<image :src="`${StaticUrl}/smqjh-fl.png`" class="h-346rpx w-344rpx flex-shrink-0" />
|
|
|
- <view class="flex flex-1 flex-col items-end justify-center">
|
|
|
- <image :src="`${StaticUrl}/smqjh-hot-vip.png`" class="h-180rpx w-344rpx" />
|
|
|
- <image :src="`${StaticUrl}/smqjh-cd.png`" class="mt-14rpx h-152rpx w-344rpx" />
|
|
|
+ <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-banner2.jpg`" class="mt-14rpx h-152rpx w-344rpx rounded-12rpx" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="mt-20rpx">
|