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
+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>