|
|
@@ -30,7 +30,7 @@
|
|
|
</view>
|
|
|
<view class="order-info_box">
|
|
|
<view>订单状态:</view>
|
|
|
- <view style="color:red;font-weight:bold;">{{detailInfo.status == 1 ?'待结账':detailInfo.status==2?'已结账':detailInfo.status==3?'已取消':'待结账'}}</view>
|
|
|
+ <view style="color:red;font-weight:bold;">{{detailInfo.status == 1 ?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="title">
|
|
|
@@ -54,7 +54,7 @@
|
|
|
<text v-if="Number(s.smallNum)>0">{{s.smallNum}}支</text>
|
|
|
<text style="margin-left:20upx;color:red;font-weight:bold;" v-if="Number(s.tkPrice)>0">退款¥{{parseFloat(s.tkPrice)}} 实付¥{{parseFloat(s.actPrice)}}</text>
|
|
|
</text>
|
|
|
- <text class="item-count" style="color:#3385ff;font-size:32upx;">查看明细</text>
|
|
|
+ <text class="item-count" style="color:#3385ff;font-size:28upx;">查看明细</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|