Task:商品足迹增加商品名称
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
/>
|
/>
|
||||||
<view class="good-info">
|
<view class="good-info">
|
||||||
<view
|
<view
|
||||||
|
v-if="historyItem.couponName"
|
||||||
:style="{
|
:style="{
|
||||||
opacity: !historyItem.couponName ? 0 : 1
|
opacity: !historyItem.couponName ? 0 : 1
|
||||||
}"
|
}"
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-18 v12-px-1">券</view>
|
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-18 v12-px-1">券</view>
|
||||||
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-18 v12-px-1">{{ historyItem.couponName }}</view>
|
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-18 v12-px-1">{{ historyItem.couponName }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="more-t v12-font-20 v12-mt-2">{{ historyItem.storeName }}</view>
|
||||||
<view class="v12-justify-between v12-mt-2 price">
|
<view class="v12-justify-between v12-mt-2 price">
|
||||||
<view class="v12-font-bold v12-primary-text" :class="{'v12-align-center': (historyItem.price).toString().length < 5 && (historyItem.otPrice).toString().length < 5 }">
|
<view class="v12-font-bold v12-primary-text" :class="{'v12-align-center': (historyItem.price).toString().length < 5 && (historyItem.otPrice).toString().length < 5 }">
|
||||||
<text class="v12-font-16">¥</text>
|
<text class="v12-font-16">¥</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user