积分抵扣样式调整
parent
115d252e73
commit
5e34afaca8
|
|
@ -73,8 +73,8 @@
|
|||
<view>砍价优惠</view>
|
||||
<view class="text-bgSubtitle">-¥{{ orderInfo.bargain_amount }}</view>
|
||||
</view>
|
||||
<view v-if="orderInfo.total_amount > 0" class="flex items-center justify-between py-rowSm text-txBase">
|
||||
<view>积分<block v-if="hasRemainingPoints">(共{{ orderInfo.remaining_points }})</block></view>
|
||||
<view v-if="orderInfo.total_amount > 0" class="flex items-center justify-between py-base text-lg border-t border-txBorder font-bold">
|
||||
<view>会员积分抵扣<block v-if="hasRemainingPoints">(共{{ orderInfo.remaining_points }})</block></view>
|
||||
<view v-if="hasRemainingPoints" class="flex items-center" @tap="openPointDiscountDrawer">
|
||||
<view v-if="pointDiscount.amount > 0" class="text-bgSubtitle">-¥{{ pointDiscount.amount }}</view>
|
||||
<view v-else>请选择</view>
|
||||
|
|
|
|||
|
|
@ -117,8 +117,8 @@
|
|||
<view>砍价优惠</view>
|
||||
<view class="text-bgSubtitle">-¥{{ orderInfo.bargain_amount }}</view>
|
||||
</view>
|
||||
<view v-if="orderInfo.total_amount > 0" class="flex items-center justify-between py-rowSm text-txBase">
|
||||
<view>积分<block v-if="hasRemainingPoints">(共{{ orderInfo.remaining_points }})</block></view>
|
||||
<view v-if="orderInfo.total_amount > 0" class="flex items-center justify-between py-base text-lg border-t border-txBorder font-bold">
|
||||
<view>会员积分抵扣<block v-if="hasRemainingPoints">(共{{ orderInfo.remaining_points }}积分)</block></view>
|
||||
<view v-if="hasRemainingPoints" class="flex items-center" @tap="openPointDiscountDrawer">
|
||||
<view v-if="pointDiscount.amount > 0" class="text-bgSubtitle">-¥{{ pointDiscount.amount }}</view>
|
||||
<view v-else>请选择</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue