Update
parent
c7cb4b68ec
commit
ec2a4cc4c9
|
|
@ -74,7 +74,7 @@
|
|||
<view class="text-bgSubtitle">-¥{{ orderInfo.bargain_amount }}</view>
|
||||
</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>会员积分抵扣<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>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
<view class="text-bgSubtitle">-¥{{ orderInfo.bargain_amount }}</view>
|
||||
</view>
|
||||
<view v-if="orderInfo.total_amount > 0" class="flex items-center justify-between py-base text-lg border-t border-txBorder font-medium">
|
||||
<view>会员积分抵扣<block v-if="hasRemainingPoints">(共{{ orderInfo.remaining_points }}积分)</block></view>
|
||||
<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