|
@@ -55,7 +55,7 @@ onReachBottom(() => {
|
|
|
const navList = computed(() => {
|
|
const navList = computed(() => {
|
|
|
const list = [
|
|
const list = [
|
|
|
{ icon: `${StaticUrl}/xsb.png`, title: '星闪豹', name: 'xsb-homeTabbar', show: true },
|
|
{ icon: `${StaticUrl}/xsb.png`, title: '星闪豹', name: 'xsb-homeTabbar', show: true },
|
|
|
- { icon: `${StaticUrl}/smqjh-index-cd.png`, title: '充电', name: '', show: !isOnlineAudit.value },
|
|
|
|
|
|
|
+ { icon: `${StaticUrl}/smqjh-index-cd.png`, title: '充电', name: 'charge-index', show: true }, // !isOnlineAudit.value
|
|
|
{ icon: `${StaticUrl}/smqjh-sp.png`, title: '电影演出', name: '', show: !isOnlineAudit.value },
|
|
{ icon: `${StaticUrl}/smqjh-sp.png`, title: '电影演出', name: '', show: !isOnlineAudit.value },
|
|
|
{ icon: `${StaticUrl}/smqjh-vip.png`, title: '视频权益', name: '', show: !isOnlineAudit.value },
|
|
{ icon: `${StaticUrl}/smqjh-vip.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 },
|
|
@@ -159,7 +159,7 @@ function handleGo() {
|
|
|
<view class="relative h120rpx w120rpx">
|
|
<view class="relative h120rpx w120rpx">
|
|
|
<image :src="item.icon" class="h120rpx w120rpx" />
|
|
<image :src="item.icon" class="h120rpx w120rpx" />
|
|
|
<view
|
|
<view
|
|
|
- v-if="item.title != '星闪豹'"
|
|
|
|
|
|
|
+ v-if="item.name == ''"
|
|
|
class="linebg absolute left-0 top-0 h-full w-full flex items-center justify-center rounded-32rpx text-24rpx text-white font-semibold"
|
|
class="linebg absolute left-0 top-0 h-full w-full flex items-center justify-center rounded-32rpx text-24rpx text-white font-semibold"
|
|
|
>
|
|
>
|
|
|
敬请期待
|
|
敬请期待
|