|
|
@@ -48,6 +48,11 @@
|
|
|
<view>配送时间:</view>
|
|
|
<view>{{ detailInfo.sendTimeWant }}</view>
|
|
|
</view>
|
|
|
+ <view class="order-info_box" v-if="detailInfo.status != 1 && detailInfo.status!=5">
|
|
|
+ <view>在线支付:</view>
|
|
|
+ <view v-if="detailInfo.onlinePay == 1">否</view>
|
|
|
+ <view v-else style="color:#3385ff;font-weight:bold;">是</view>
|
|
|
+ </view>
|
|
|
<view class="order-info_box" v-if="detailInfo.status!=1 && detailInfo.status!=5">
|
|
|
<view>支付方式:</view>
|
|
|
<view>{{ detailInfo.payWay==0?'微信' :detailInfo.payWay==1?'支付宝' :detailInfo.payWay==2?'余额' :detailInfo.payWay==4?'现金' :detailInfo.payWay==5?'银行卡' :'--' }}</view>
|
|
|
@@ -156,13 +161,13 @@
|
|
|
<div class="tui-title"><text v-if="detailInfo.discountType == 4">红包优惠</text><text v-else>优惠</text></div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx;">-¥{{ parseFloat(detailInfo.discountAmount)||0}}</div>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell class="line-cell" :hover="false" v-if="detailInfo.refundPrice > 0">
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" v-if="detailInfo.tkPrice > 0">
|
|
|
<div class="tui-title">订单金额</div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx;">¥{{ parseFloat(detailInfo.orderPrice)||0}}</div>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell class="line-cell" :hover="false" v-if="detailInfo.refundPrice > 0">
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" v-if="detailInfo.tkPrice > 0">
|
|
|
<div class="tui-title">退款金额</div>
|
|
|
- <div class="detail-price_box" style="font-size: 28upx;">-¥{{ parseFloat(detailInfo.refundPrice)||0}}</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 28upx;">-¥{{ parseFloat(detailInfo.tkPrice)||0}}</div>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">实际金额</div>
|