feat: 特供文字换成图片
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
<view class="right-top-view text-overflow1">
|
||||
<text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
|
||||
</view>
|
||||
<view class="text-24" style="color:#FF5A5A;" v-if="obj.tag">特供</view>
|
||||
<view class="right-bottom-view">
|
||||
<view class="flex-c-lr" style="height:70rpx">
|
||||
<view class="flex-c-lr" >
|
||||
<view class="text-24" style="color:#FF5A5A;width: 112rpx;height: 32rpx;" v-if="obj.tag">
|
||||
<image src="/static/shopping/tg.png" style="width: 112rpx;height: 32rpx;"></image>
|
||||
</view>
|
||||
<text class="text-24 text-fu">原价</text>
|
||||
<text class="text-24 text-fu text-d text-bold">¥{{obj.adPrice}}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user