feat: 特供文字换成图片

This commit is contained in:
黄泽群
2025-09-30 16:04:16 +08:00
parent d04b889ee8
commit 356ed6c406
3 changed files with 10 additions and 3 deletions
@@ -20,12 +20,17 @@
<view class="product_content_warp">
<!-- 标题,系列 -->
<view class="content_data">
<view class="content_data_price">
<view style="display: flex;align-items: center;justify-content: space-between;">
<view class="content_data_price">
<text>¥</text>
<text style="font-size: 60rpx" v-if="orderInfo.minPrice && orderInfo.maxPrice">{{ orderInfo.minPrice }} - {{ orderInfo.maxPrice }}</text>
<text style="font-size: 60rpx" v-else>{{ orderInfo.minPrice }}</text>
<text class="price_o">¥{{ orderInfo.adPrice }}</text>
</view>
<view class="text-24" style="color:#FF5A5A;width: 120rpx;height: 38rpx;" v-if="orderInfo.tag">
<image src="/static/shopping/tg.png" style="width: 120rpx;height: 38rpx;"></image>
</view>
</view>
<view class="content_data_title">
{{ orderInfo.name }}
</view>