|
|
@ -12,7 +12,7 @@ |
|
|
|
:list="tabList" |
|
|
|
disabled |
|
|
|
:is-scroll="false" |
|
|
|
active-color="#C5AA7B !important" |
|
|
|
active-color="#252744 !important" |
|
|
|
:current="tabCurrentType" |
|
|
|
@change="handleTabChange" |
|
|
|
/> |
|
|
@ -34,13 +34,17 @@ |
|
|
|
class="top-l" |
|
|
|
@click.stop="goShop(orderItem.shopId)" |
|
|
|
> |
|
|
|
<image |
|
|
|
<!-- <image |
|
|
|
:src="orderItem.shopLogo" |
|
|
|
class="shop-img" |
|
|
|
/>--> |
|
|
|
<image |
|
|
|
src="https://wechat.hnthee.com/ceres-local-file/image/cart_shop.png" |
|
|
|
class="shop-img" |
|
|
|
/> |
|
|
|
<text class="shop-name">{{ orderItem.shopName }}</text> |
|
|
|
<image |
|
|
|
src="https://ceres.zkthink.com/static/images/arrowRight.png" |
|
|
|
src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png" |
|
|
|
class="arrow-img" |
|
|
|
/> |
|
|
|
</view> |
|
|
@ -71,11 +75,8 @@ |
|
|
|
<text class="product-price"> |
|
|
|
<text |
|
|
|
class="fuhao" |
|
|
|
>¥ |
|
|
|
</text> |
|
|
|
{{ skuItem.price && skuItem.price }} |
|
|
|
</text> |
|
|
|
<text class="product-num">x {{ skuItem.number&&skuItem.number }}</text> |
|
|
|
>¥</text>{{ skuItem.price && skuItem.price }}</text> |
|
|
|
<text class="product-num">x{{ skuItem.number&&skuItem.number }}</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
v-if="skuItem.commentId === 0 && orderItem.state === 4" |
|
|
@ -96,9 +97,9 @@ |
|
|
|
<template v-if="orderItem.orderPrice!==undefined || orderItem.discountPrice!==undefined"> |
|
|
|
总价¥{{ |
|
|
|
(orderItem.orderPrice + orderItem.logisticsPrice).toFixed(2) |
|
|
|
}},优惠¥{{ orderItem.discountPrice }} |
|
|
|
}},优惠¥{{ orderItem.discountPrice }} |
|
|
|
|
|
|
|
<span v-if="orderItem.price > 0"> |
|
|
|
<span v-if="orderItem.price > 0" style="font-weight: bold"> |
|
|
|
,{{ orderItem.state === 1 ? '应付¥' : '实付¥' }}{{ orderItem.price }} |
|
|
|
</span> |
|
|
|
</template> |
|
|
@ -804,24 +805,25 @@ page { |
|
|
|
.shop-img { |
|
|
|
width: 36rpx; |
|
|
|
height: 36rpx; |
|
|
|
margin-right: 10rpx; |
|
|
|
margin-right: 12rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.shop-name { |
|
|
|
font-size: 30rpx; |
|
|
|
color: #333; |
|
|
|
color: #252744; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
|
|
|
|
.arrow-img { |
|
|
|
margin-left: 15rpx; |
|
|
|
width: 25rpx; |
|
|
|
height: 25rpx; |
|
|
|
margin-left: 12rpx; |
|
|
|
margin-top: 6rpx; |
|
|
|
width: 14rpx; |
|
|
|
height: 24rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.order-status { |
|
|
|
font-size: 32upx; |
|
|
|
color: #C5AA7B; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #F54639; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
@ -836,7 +838,7 @@ page { |
|
|
|
.delIcon { |
|
|
|
width: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
background: url("https://ceres.zkthink.com/static/images/delListOrder.png") no-repeat center center; |
|
|
|
background: url("https://wechat.hnthee.com/ceres-local-file/image/order_del.png") no-repeat center center; |
|
|
|
background-size: contain; |
|
|
|
} |
|
|
|
} |
|
|
@ -847,7 +849,7 @@ page { |
|
|
|
} |
|
|
|
|
|
|
|
.order-info { |
|
|
|
border-bottom: 1px solid #eee; |
|
|
|
//border-bottom: 1px solid #eee; |
|
|
|
} |
|
|
|
|
|
|
|
.order-info-item { |
|
|
@ -857,9 +859,10 @@ page { |
|
|
|
} |
|
|
|
|
|
|
|
.product-img { |
|
|
|
width: 180upx; |
|
|
|
height: 180upx; |
|
|
|
margin-right: 30upx; |
|
|
|
width: 180rpx; |
|
|
|
height: 180rpx; |
|
|
|
margin-right: 25rpx; |
|
|
|
border-radius: 30rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.info-box { |
|
|
@ -870,10 +873,8 @@ page { |
|
|
|
} |
|
|
|
|
|
|
|
.product-name { |
|
|
|
font-size: 26upx; |
|
|
|
color: #333; |
|
|
|
height: 68upx; |
|
|
|
line-height: 34upx; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #252744; |
|
|
|
display: -webkit-box; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
@ -889,30 +890,31 @@ page { |
|
|
|
} |
|
|
|
|
|
|
|
.product-sku { |
|
|
|
font-size: 24upx; |
|
|
|
color: #999; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #90919C; |
|
|
|
margin-top: -25rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.product-price { |
|
|
|
font-size: 28upx; |
|
|
|
color: #333; |
|
|
|
font-size: 32rpx; |
|
|
|
color: #252744; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
.product-price .fuhao { |
|
|
|
font-size: 28upx; |
|
|
|
font-size: 32rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.product-num { |
|
|
|
display: inline-view; |
|
|
|
font-size: 28upx; |
|
|
|
font-size: 32rpx; |
|
|
|
margin-left: 20upx; |
|
|
|
color: #999; |
|
|
|
} |
|
|
|
|
|
|
|
.total-price-box { |
|
|
|
font-size: 26upx; |
|
|
|
color: #333; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #252744; |
|
|
|
text-align: right; |
|
|
|
padding: 30upx 0; |
|
|
|
} |
|
|
@ -929,40 +931,44 @@ page { |
|
|
|
width: 150upx; |
|
|
|
height: 56upx; |
|
|
|
text-align: center; |
|
|
|
line-height: 56upx; |
|
|
|
line-height: 50upx; |
|
|
|
font-size: 26upx; |
|
|
|
color: #333; |
|
|
|
color: #252744; |
|
|
|
margin-left: 20upx; |
|
|
|
} |
|
|
|
|
|
|
|
.evaluate { |
|
|
|
height: 56upx; |
|
|
|
height: 52rpx; |
|
|
|
text-align: center; |
|
|
|
line-height: 56upx; |
|
|
|
font-size: 26upx; |
|
|
|
padding: 0 30upx; |
|
|
|
color: #C5AA7B; |
|
|
|
background: #333333; |
|
|
|
line-height: 52rpx; |
|
|
|
font-size: 26rpx; |
|
|
|
padding: 0 25rpx; |
|
|
|
color: #FFFFFF; |
|
|
|
background: #252744; |
|
|
|
border-radius: 50rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.evaluate2 { |
|
|
|
height: 56upx; |
|
|
|
height: 52rpx; |
|
|
|
text-align: center; |
|
|
|
line-height: 56upx; |
|
|
|
font-size: 26upx; |
|
|
|
padding: 0 30upx; |
|
|
|
background: #333333; |
|
|
|
color: #C5AA7B; |
|
|
|
line-height: 52rpx; |
|
|
|
font-size: 26rpx; |
|
|
|
padding: 0 25rpx; |
|
|
|
background: #252744; |
|
|
|
border-radius: 50rpx; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
|
|
|
|
.order-btn-box .btn.l { |
|
|
|
border: 2rpx solid #333333; |
|
|
|
color: #333; |
|
|
|
border: 1rpx solid #252744; |
|
|
|
color: #252744; |
|
|
|
border-radius: 50rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.order-btn-box .btn.r { |
|
|
|
border: 2rpx solid #C5AA7B; |
|
|
|
color: #C5AA7B; |
|
|
|
border: 1rpx solid #252744; |
|
|
|
color: #252744; |
|
|
|
border-radius: 50rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.emptyOrder-box { |
|
|
@ -1004,9 +1010,9 @@ page { |
|
|
|
width: 80%; |
|
|
|
height: 88rpx; |
|
|
|
margin-top: 15rpx; |
|
|
|
border-radius: 15rpx; |
|
|
|
border-radius: 50rpx; |
|
|
|
color: #fff; |
|
|
|
background-color: #c5aa7b; |
|
|
|
background-color: #252744; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|