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