no message

This commit is contained in:
2025-12-24 14:30:17 +08:00
parent a7a03eb3da
commit 8ce05cd014
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<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" v-if="index != 1" :style="{color:type == index ? '#7934F6' :'#666' }">{{item}}</text>
<text class="text-fu text-28" v-if="index != 1 && index != 0" :style="{color:type == index ? '#7934F6' :'#666' }">{{item}}</text>
<view class="tab-line" v-if="type == index"></view>
</view>
</view>
@@ -38,7 +38,7 @@ export default {
components: { Header, TopSafe,MyBtn,AccountItem,AccountItemTwo },
data() {
return {
type:0,
type:2,
tabList:['区块链账户','Alpha账户','支付宝账户','微信账户'],
bottomText:'',
dataList:[]
-1
View File
@@ -303,7 +303,6 @@ export default {
}
},
curData:null,
fiveTotal:0