6
0
Fork 0
develop
Jing Li 2023-10-22 12:57:31 +08:00
parent c7cb4b68ec
commit ec2a4cc4c9
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>