no message

This commit is contained in:
2025-11-18 17:10:51 +08:00
parent f82345a229
commit bf0621e03d
4 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<Header title="账户管理" bgColor="rgba(0,0,0,0)" />
<view class="setting-view">
<view class="tab-view">
<view class="tab-list" v-for="(item,index) in tabList" :key="index" @click="onTab(index)">
<text class="text-fu text-28" :style="{color:type == index ? '#7934F6' :'#666' }">{{item}}</text>
<view class="tab-list" v-for="(item,index) in tabList" :key="index" @click="onTab(index)" >
<text class="text-fu text-28" v-if="index != 1" :style="{color:type == index ? '#7934F6' :'#666' }">{{item}}</text>
<view class="tab-line" v-if="type == index"></view>
</view>
</view>