修复:添加活动充值说明
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<!-- 付款信息 -->
|
<!-- 付款信息 -->
|
||||||
<wd-cell-group>
|
<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.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.vipDiscountAmount > 0" title="VIP专享立减" :value="`- ${order.vipDiscountAmount} ${$t('global.coin')}`" />
|
||||||
<wd-cell v-if="order.jfDeduction > 0" title="积分抵扣">
|
<wd-cell v-if="order.jfDeduction > 0" title="积分抵扣">
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="title">{{$t('order.rechargeConsumptionList')}}</view>
|
<view class="title">{{$t('order.rechargeConsumptionList')}}</view>
|
||||||
<view class="recharge-record-block" v-for="(item, index) in bookList" :key="index" @click="toDetails(item)">
|
<view class="recharge-record-block" v-for="(item, index) in bookList" :key="index" @click="toDetails(item)">
|
||||||
<view class="recharge-record-block-row">{{item.orderType}}<text
|
<view class="recharge-record-block-row">{{item.description || item.orderType}}<text
|
||||||
:class="item.changeAmount < 0 ? 'text1' : 'text2'">{{item.changeAmount < 0 ? '' : '+'}}{{item.changeAmount}}</text>
|
:class="item.changeAmount < 0 ? 'text1' : 'text2'">{{item.changeAmount < 0 ? '' : '+'}}{{item.changeAmount}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="recharge-record-block-row_">{{ item.note ?? item.productName }}</view>
|
<view class="recharge-record-block-row_">{{ item.note ?? item.productName }}</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user