|
@@ -2,10 +2,13 @@
|
|
<view :style="colorStyle">
|
|
<view :style="colorStyle">
|
|
<view class="wait_panel">
|
|
<view class="wait_panel">
|
|
<view class="w1">
|
|
<view class="w1">
|
|
- <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" />
|
|
|
|
|
|
+ <view class="imageView">
|
|
|
|
+ <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" />
|
|
|
|
+ </view>
|
|
|
|
+
|
|
<text v-if="orderDetail.orderState == 4" class="success_status">{{orderDetail.orderStateDesc}}</text>
|
|
<text v-if="orderDetail.orderState == 4" class="success_status">{{orderDetail.orderStateDesc}}</text>
|
|
<text v-else-if="orderDetail.orderState > 4" class="refund_status">{{orderDetail.orderStateDesc}}</text>
|
|
<text v-else-if="orderDetail.orderState > 4" class="refund_status">{{orderDetail.orderStateDesc}}</text>
|
|
<text v-else class="status">{{orderDetail.orderStateDesc}}</text>
|
|
<text v-else class="status">{{orderDetail.orderStateDesc}}</text>
|
|
@@ -30,7 +33,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="all-products-body" v-for="(item, index) in orderDetail.goodsList" :key="index">
|
|
<view class="all-products-body" v-for="(item, index) in orderDetail.goodsList" :key="index">
|
|
- <view class="all-products-item" @click="addGoodPopupShow = true">
|
|
|
|
|
|
+ <view class="all-products-item " @click="addGoodPopupShow = true">
|
|
<image
|
|
<image
|
|
:src="item.goodsImage"
|
|
:src="item.goodsImage"
|
|
mode="scaleToFill" />
|
|
mode="scaleToFill" />
|
|
@@ -764,7 +767,7 @@ export default {
|
|
image {
|
|
image {
|
|
width: 128rpx;
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
height: 128rpx;
|
|
- border: 2rpx solid #FFFFFF;
|
|
|
|
|
|
+ border-radius: 4rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.all-products-item-content {
|
|
.all-products-item-content {
|
|
@@ -780,14 +783,22 @@ export default {
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
color: #333333;
|
|
|
|
+ height: 80rpx;
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|
|
|
|
+ width: 550rpx;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
|
|
.all-products-item-content-b {
|
|
.all-products-item-content-b {
|
|
flex: 1;
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- line-height: 80rpx;
|
|
|
|
|
|
+ height: 48rpx;
|
|
|
|
+ line-height: 48rpx;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
|
|
@@ -997,16 +1008,25 @@ export default {
|
|
background: white;
|
|
background: white;
|
|
|
|
|
|
.w1 {
|
|
.w1 {
|
|
- height: 44rpx;
|
|
|
|
- font-size: 32rpx;
|
|
|
|
- font-weight: 500;
|
|
|
|
- color: #FEA800;
|
|
|
|
- line-height: 44rpx;
|
|
|
|
- margin: 20rpx 0;
|
|
|
|
-
|
|
|
|
- image {
|
|
|
|
- width: 40rpx;
|
|
|
|
- height: 40rpx;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ .imageView{
|
|
|
|
+ width: 32rpx;
|
|
|
|
+ height: 32rpx;
|
|
|
|
+ margin-top: 6rpx;
|
|
|
|
+ image {
|
|
|
|
+ width: 32rpx;
|
|
|
|
+ height: 32rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ text{
|
|
|
|
+ height: 44rpx;
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #FEA800;
|
|
|
|
+ line-height: 44rpx;
|
|
|
|
+ margin-left: 15rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|