feat:替换部分图片
This commit is contained in:
+9
-6
@@ -3,7 +3,8 @@
|
||||
<view class="mine_header">
|
||||
<view class="mine_login_data" v-if="currentUserData && Object.keys(currentUserData).length !== 0">
|
||||
<view class="mine_data">
|
||||
<up-image src="/static/logo_y.png" shape="circle" width="80" height="80" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/logo_y.png" shape="circle" width="80"
|
||||
height="80" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="mine_info">
|
||||
<view class="mine_info_name">
|
||||
<text style="margin-right: 20rpx;">{{ currentUserData.name || '信任桥用户' }}</text>
|
||||
@@ -80,7 +81,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<up-image src="/static/mine/enter_sj.png" width="50" height="50" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/enter_sj.png" width="50" height="50"
|
||||
bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
<view class="enter_item" @click="jumpEnter('brand')">
|
||||
<view>
|
||||
@@ -92,7 +94,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<up-image src="/static/mine/enter_pp.png" width="50" height="50" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/enter_pp.png" width="50" height="50"
|
||||
bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 服务工具 -->
|
||||
@@ -232,7 +235,7 @@ export default {
|
||||
{
|
||||
id: 3,
|
||||
title: "交易",
|
||||
url: '/static/mine/apply_hm.png'
|
||||
url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/apply_hm.png'
|
||||
},
|
||||
// {
|
||||
// id:4,
|
||||
@@ -282,7 +285,7 @@ export default {
|
||||
{
|
||||
id: 7,
|
||||
title: "联系客服",
|
||||
url: '/static/mine/tool_kf.png'
|
||||
url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_kf.png'
|
||||
},
|
||||
// {
|
||||
// id:4,
|
||||
@@ -304,7 +307,7 @@ export default {
|
||||
}, {
|
||||
id: 11,
|
||||
title: "RWA交易",
|
||||
url: '/static/mine/tool_hxjy.png',
|
||||
url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_hxjy.png',
|
||||
path: "/pages/rwa_package/rwa/rwa",
|
||||
},
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user