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
+6 -6
View File
@@ -478,12 +478,12 @@ export default {
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_cw.png", url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_cw.png",
path: "/pages/rwa_package/dongjian/finance", path: "/pages/rwa_package/dongjian/finance",
}, },
{ // {
id: 11, // id: 11,
title: "股东行权", // title: "股东行权",
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_gdxq.png", // url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_gdxq.png",
path: "/pages/rwa_package/rwa/rwa", // path: "/pages/rwa_package/rwa/rwa",
}, // },
// { // {
// id:1, // id:1,
// title:"IM聊天", // title:"IM聊天",
+2 -2
View File
@@ -5,7 +5,7 @@
<view class="setting-view"> <view class="setting-view">
<view class="tab-view"> <view class="tab-view">
<view class="tab-list" v-for="(item,index) in tabList" :key="index" @click="onTab(index)" > <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 class="tab-line" v-if="type == index"></view>
</view> </view>
</view> </view>
@@ -38,7 +38,7 @@ export default {
components: { Header, TopSafe,MyBtn,AccountItem,AccountItemTwo }, components: { Header, TopSafe,MyBtn,AccountItem,AccountItemTwo },
data() { data() {
return { return {
type:0, type:2,
tabList:['区块链账户','Alpha账户','支付宝账户','微信账户'], tabList:['区块链账户','Alpha账户','支付宝账户','微信账户'],
bottomText:'', bottomText:'',
dataList:[] dataList:[]
-1
View File
@@ -303,7 +303,6 @@ export default {
} }
}, },
curData:null, curData:null,
fiveTotal:0 fiveTotal:0