no message
This commit is contained in:
@@ -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:[]
|
||||
|
||||
@@ -303,7 +303,6 @@ export default {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
curData:null,
|
||||
fiveTotal:0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user