feat:0905优惠券多物流信息
This commit is contained in:
@@ -33,7 +33,18 @@
|
||||
|
||||
<!-- 无优惠券/现金价格 -->
|
||||
<view class="price-action-row" v-else>
|
||||
<view class="price-left">
|
||||
<view class="price-left" v-if="obj.couponPrice">
|
||||
<view class="price-main">
|
||||
<text class="price-symbol">券后¥</text>
|
||||
<text class="price-num">{{ obj.couponPrice }}</text>
|
||||
</view>
|
||||
<view class="price-sub">
|
||||
|
||||
<text class="sales-text" v-if="hasSales">全网销量{{ limit999(obj.sales) }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="price-left" v-else>
|
||||
<view class="price-main">
|
||||
<text class="price-symbol">¥</text>
|
||||
<text class="price-num">{{ obj.price }}</text>
|
||||
|
||||
Reference in New Issue
Block a user