|
@@ -6,7 +6,7 @@
|
|
|
<image v-if="orderDetail.orderState == 5" src="http://www.gzzzyd.com/groupon/home_slices/取消订单小@2x.png" mode="scaleToFill" />
|
|
|
<image v-else-if="orderDetail.orderState == 4" src="http://www.gzzzyd.com/groupon/home_slices/已完成@2x.png" mode="scaleToFill" />
|
|
|
<image v-else-if="orderDetail.orderState == 6 || orderDetail.orderState == 7" src="http://www.gzzzyd.com/groupon/home_slices/退款中@2x.png" mode="scaleToFill" />
|
|
|
- <image v-else src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
|
|
|
+ <image v-else src="http://www.gzzzyd.com/groupon/order_details/时间.png" mode="scaleToFill" />
|
|
|
</view>
|
|
|
|
|
|
<text v-if="orderDetail.orderState == 4" class="success_status">{{orderDetail.orderStateDesc}}</text>
|
|
@@ -96,7 +96,7 @@
|
|
|
</view>
|
|
|
<view class="a-b">
|
|
|
<view class="a-b1">
|
|
|
- 对接团长:
|
|
|
+ 对接团长:
|
|
|
<text class="red">
|
|
|
{{orderDetail.commander}}
|
|
|
</text>
|
|
@@ -110,7 +110,7 @@
|
|
|
|
|
|
</view>
|
|
|
<view class="payment-details">
|
|
|
- <view class="p_box" style="margin-bottom: 20rpx;">
|
|
|
+ <view class="p_box" style="margin-bottom: 20rpx;" v-if="orderDetail.orderState != 8">
|
|
|
<view class="p-t">
|
|
|
订单信息
|
|
|
</view>
|
|
@@ -122,12 +122,16 @@
|
|
|
<view class="item-lable">下单时间</view>
|
|
|
<view class="item-value2">{{orderDetail.createTime}}</view>
|
|
|
</view>
|
|
|
- <view class="p-b-item" v-if="orderDetail.orderState == 2">
|
|
|
+ <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
|
|
|
<view class="item-lable">支付方式</view>
|
|
|
<view class="item-value2">{{orderDetail.paymentModeDesc}}</view>
|
|
|
</view>
|
|
|
+ <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
|
|
|
+ <view class="item-lable">支付时间</view>
|
|
|
+ <view class="item-value2">{{orderDetail.paymentTime}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="p_box">
|
|
|
+ <view class="p_box" v-if="orderDetail.orderState != 8">
|
|
|
<view class="p-t">
|
|
|
付款明细
|
|
|
</view>
|
|
@@ -135,15 +139,44 @@
|
|
|
<view class="item-lable">商品金额</view>
|
|
|
<view class="item-value">¥{{orderDetail.totalAmount}}</view>
|
|
|
</view>
|
|
|
-<!-- <view class="p-b-item">
|
|
|
+ <view class="p-b-item">
|
|
|
<view class="item-lable">积分抵扣</view>
|
|
|
<view class="item-value">¥0</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<view class="p-b-item">
|
|
|
<view class="item-lable">总计金额</view>
|
|
|
<view class="item-value">¥{{orderDetail.paymentAmount}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="p_box" v-if="orderDetail.orderState == 8">
|
|
|
+ <view class="p-t">
|
|
|
+ 售后信息
|
|
|
+ </view>
|
|
|
+ <view class="p-b-item">
|
|
|
+ <view class="item-lable">订单编号</view>
|
|
|
+ <view class="item-value2">{{orderDetail.orderNo}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="p-b-item">
|
|
|
+ <view class="item-lable">售后原因</view>
|
|
|
+ <view class="item-value2">{{orderDetail.afterSalesReason}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="p-b-item">
|
|
|
+ <view class="item-lable">申请时间</view>
|
|
|
+ <view class="item-value2">{{orderDetail.refundApplyTime}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="p-b-item">
|
|
|
+ <view class="item-lable">退款编号</view>
|
|
|
+ <view class="item-value2">{{orderDetail.refundNo}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="p-b-item">
|
|
|
+ <view class="item-lable">退款方式</view>
|
|
|
+ <view class="item-value2">原路返还</view>
|
|
|
+ </view>
|
|
|
+ <view class="p-b-item">
|
|
|
+ <view class="item-lable">退款金额</view>
|
|
|
+ <view class="item-value">¥{{orderDetail.refundAmount}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<my-swiper :type=4 ></my-swiper>
|
|
@@ -1020,14 +1053,14 @@ export default {
|
|
|
height: 32rpx;
|
|
|
}
|
|
|
}
|
|
|
- text{
|
|
|
- height: 44rpx;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 500;
|
|
|
- color: #FEA800;
|
|
|
- line-height: 44rpx;
|
|
|
- margin-left: 15rpx;
|
|
|
- }
|
|
|
+ //text{
|
|
|
+ // height: 44rpx;
|
|
|
+ // font-size: 32rpx;
|
|
|
+ // font-weight: 500;
|
|
|
+ // color: #FEA800;
|
|
|
+ // line-height: 44rpx;
|
|
|
+ // margin-left: 15rpx;
|
|
|
+ //}
|
|
|
}
|
|
|
|
|
|
.w2 {
|
|
@@ -1140,24 +1173,24 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .success_status {
|
|
|
- min-width: 100rpx;
|
|
|
- text-align: right;
|
|
|
- margin-right: 30rpx;
|
|
|
- color: #75BE00;
|
|
|
- }
|
|
|
- .refund_status {
|
|
|
- min-width: 100rpx;
|
|
|
- text-align: right;
|
|
|
- margin-right: 30rpx;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
- .status {
|
|
|
- min-width: 100rpx;
|
|
|
- text-align: right;
|
|
|
- margin-right: 30rpx;
|
|
|
- color: #FEA800;
|
|
|
- }
|
|
|
+.success_status {
|
|
|
+ min-width: 100rpx;
|
|
|
+ text-align: right;
|
|
|
+ margin-right: 30rpx;
|
|
|
+ color: #75BE00;
|
|
|
+}
|
|
|
+.refund_status {
|
|
|
+ min-width: 100rpx;
|
|
|
+ text-align: right;
|
|
|
+ margin-right: 30rpx;
|
|
|
+ color: #333333;
|
|
|
+}
|
|
|
+.status {
|
|
|
+ min-width: 100rpx;
|
|
|
+ text-align: right;
|
|
|
+ margin-right: 30rpx;
|
|
|
+ color: #FEA800;
|
|
|
+}
|
|
|
|
|
|
/deep/ .u-count-down__text{
|
|
|
font-size: 28rpx !important;
|