feat: 改版首页搭建

This commit is contained in:
2026-07-30 09:50:59 +08:00
parent 84e6702929
commit dd8e622bad
3 changed files with 27 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
>
<view class="tab-content">
<view class="tab-label">
<text class="tab-text">{{ tab.label }}</text>
<text class="tab-text">{{ tab.tagName }}</text>
<image v-if="modelValue === idx && (isZhiNian ? indicatorSrcB : indicatorSrc)" :src="isZhiNian ? indicatorSrcB : indicatorSrc" class="tab-indicator" mode="widthFix" />
</view>
</view>

View File

@@ -0,0 +1,5 @@
<template>
<view>
</view>
</template>