no message
This commit is contained in:
+6
-6
@@ -478,12 +478,12 @@ export default {
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_cw.png",
|
||||
path: "/pages/rwa_package/dongjian/finance",
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
title: "股东行权",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_gdxq.png",
|
||||
path: "/pages/rwa_package/rwa/rwa",
|
||||
},
|
||||
// {
|
||||
// id: 11,
|
||||
// title: "股东行权",
|
||||
// url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_gdxq.png",
|
||||
// path: "/pages/rwa_package/rwa/rwa",
|
||||
// },
|
||||
// {
|
||||
// id:1,
|
||||
// title:"IM聊天",
|
||||
|
||||
@@ -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