feat: 特供文字换成图片
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user