feat:更换图片

This commit is contained in:
2025-08-06 21:26:18 +08:00
parent e3dc5539ca
commit 7379cdd064
26 changed files with 120 additions and 113 deletions
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -11,8 +11,8 @@
</view>
<view class="finance_content_warp" v-if="type === 1">
<view class="finance_image_comm">
<up-image src="/static/finance/gqjg.png" width="310" height="310" bgColor="#f1f6ff00"
@click="jumpMine"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/gqjg.png" width="310" height="310"
bgColor="#f1f6ff00" @click="jumpMine"></up-image>
</view>
<view class="finance_card_comm">
<view class="finance_card_item_comm" v-for="(item, index) in equityStructureData" :key="index">
@@ -26,8 +26,8 @@
</view>
<view class="finance_content_warp" v-if="type === 2">
<view class="finance_image_comm">
<up-image src="/static/finance/yssj.png" width="332" height="280" bgColor="#f1f6ff00"
@click="jumpMine"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/yssj.png" width="332" height="280"
bgColor="#f1f6ff00" @click="jumpMine"></up-image>
</view>
<view class="finance_card_comm">
<view class="finance_card_item_comm" v-for="(item, index) in revenueData" :key="index">
+2 -3
View File
@@ -43,7 +43,8 @@
<view class="logo_banner_title">TB聚合商城</view>
<view class="logo_banner_msg">MALL+RWA+DAO的共创共享全球产业生态</view>
</view>
<up-image src="/static/home/logo_banner2.png" width="140" height="98" bgColor="#f1f6ff00"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/logo_banner2.png" width="140" height="98"
bgColor="#f1f6ff00"></up-image>
</view>
<!-- 分类 -->
<view class="home_sort_warp">
@@ -217,8 +218,6 @@ export default {
data() {
return {
swiperList: [
// '/static/home/banner01.png',
// '/static/home/banner04.png',
],
currentNum: 0,
sortList: [],
+1 -1
View File
@@ -10,7 +10,7 @@
<text style="margin-right: 20rpx;">{{ currentUserData.name || '信任桥用户' }}</text>
<view class="grade_warp" v-if="currentUserData && Object.keys(currentUserData).length !== 0">
<up-image
:src="currentUserData.gradeLevel || currentUserData.gradeLevel === 0 ? '/static/mine/grade/V' + currentUserData.gradeLevel + '.png' : '/static/mine/grade/V0.png'"
:src="currentUserData.gradeLevel || currentUserData.gradeLevel === 0 ? 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/grade/V' + currentUserData.gradeLevel + '.png' : 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/grade/V0.png'"
width="96" height="26" bgColor="#f1f6ff00"></up-image>
<view
:class="currentUserData.gradeName.length > 3 ? 'grade_key_warp grade_key_warp3' : 'grade_key_warp grade_key_warp1'">
@@ -3,7 +3,8 @@
<Header leftTitle="" left-path-type="switchTab" left-path="/pages/mine/mine" />
<view class="order_sumbit_ok_content">
<view class="ok_img">
<up-image src="/static/product/error.png" width="120" height="120" bgColor="#f1f6ff00"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/error.png" width="120" height="120"
bgColor="#f1f6ff00"></up-image>
<view class="ok_img_msg">支付失败</view>
</view>
<view class="ok_but" @click="jumpHome">确认</view>
@@ -3,7 +3,8 @@
<Header leftTitle="" left-path-type="switchTab" left-path="/pages/mine/mine" />
<view class="order_sumbit_ok_content_warp">
<view class="ok_img">
<up-image src="/static/product/ok.png" width="120" height="120" bgColor="#f1f6ff00"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ok.png" width="120" height="120"
bgColor="#f1f6ff00"></up-image>
<view class="ok_img_msg">支付成功</view>
</view>
<view class="ok_but" @click="jumpHome">确认</view>
+2 -1
View File
@@ -43,7 +43,8 @@
</view>
</view>
<view v-else class="not_order_warp">
<up-image src="/static/rwa/kzt.png" width="100" height="100" bgColor="#f1f6ff00"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/kzt.png" width="100" height="100"
bgColor="#f1f6ff00"></up-image>
<view class="not_order_msg_warp">暂无账户数据~</view>
</view>
<view v-if="loading" style="text-align: center;">加载中...</view>
@@ -20,13 +20,14 @@
</view>
<view class="_content_item_right">
<view class="_content_item_left_title _content_item_left_amount">{{ item.amount }} {{ categotyObj.name ||
'USDT'}}</view>
'USDT' }}</view>
<view class="_content_item_left_status">{{ getValue(RWA_STATUS, item.status) }}</view>
</view>
</view>
</view>
<view v-else class="not_order_warp">
<up-image src="/static/rwa/kzt.png" width="100" height="100" bgColor="#f1f6ff00"></up-image>
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/kzt.png" width="100" height="100"
bgColor="#f1f6ff00"></up-image>
<view class="not_order_msg_warp">暂无提现数据~</view>
</view>
<view v-if="loading" style="text-align: center;">加载中...</view>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB