feat:更换图片
@@ -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">
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 470 KiB |
|
Before Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 253 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 822 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 88 KiB |