1.diy---置顶开发

master
sws 2024-09-26 11:21:03 +08:00
parent ca06132453
commit 8fbf55ad7c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<view class="bottom-line-exclude flex-row jc-c align-c wh-auto">
<view class="flex-row jc-sa align-c wh padding-0">
<view v-for="(item, index) in nav_content" :key="index" class="flex-1 flex-col jc-c align-c gap-5" :data-index="index" :data-value="item.link.page || ''" @tap="url_event">
<view v-if="nav_style !== 2" class="img-content pr">
<view v-if="nav_style != 2" class="img-content pr">
<view class="img-item pa border-radius-xs animate-linear" :class="active_index != index ? 'active' : ''">
<image :src="item.img[0].url" class="img dis-block" model="widthFix"></image>
</view>
@ -13,7 +13,7 @@
<image :src="item.img_checked[0].url" class="img dis-block" model="widthFix"></image>
</view>
</view>
<text v-if="nav_style !== 1" class="animate-linear text-size-xs pr z-i" :style="active_index == index ? text_color_checked : default_text_color">{{ item.name }}</text>
<text v-if="nav_style != 1" class="animate-linear text-size-xs pr z-i" :style="active_index == index ? text_color_checked : default_text_color">{{ item.name }}</text>
</view>
</view>
</view>