修复:添加活动充值说明
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<!-- 付款信息 -->
|
||||
<wd-cell-group>
|
||||
<wd-cell title="商品总价" :value="`${order.orderMoney} ${$t('global.coin')}`" />
|
||||
<wd-cell title="商品总价" :value="`${order.bookBuyConfigEntity?.description || ''} ${order.orderMoney} ${$t('global.coin')}`" />
|
||||
<wd-cell v-if="order.districtMoney > 0" title="活动优惠" :value="`- ${order.districtMoney} ${$t('global.coin')}`" />
|
||||
<wd-cell v-if="order.vipDiscountAmount > 0" title="VIP专享立减" :value="`- ${order.vipDiscountAmount} ${$t('global.coin')}`" />
|
||||
<wd-cell v-if="order.jfDeduction > 0" title="积分抵扣">
|
||||
|
||||
Reference in New Issue
Block a user