|
|
@ -22,8 +22,9 @@ |
|
|
|
<view class="right"> |
|
|
|
<text class="title clamp">{{ goodsItem.productName }}</text> |
|
|
|
<view class="num_price"> |
|
|
|
<text class="price">{{ goodsItem.productPrice }}</text> |
|
|
|
<text class="attr-box">x {{ goodsItem.productQuantity }}</text> |
|
|
|
<text class="price">{{ goodsItem.productPrice }}</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view style="display: flex;flex-direction: row;"> |
|
|
|
<text style="color: #c1c1c1;font-size: 13px;" |
|
|
@ -49,10 +50,11 @@ |
|
|
|
</view> --> |
|
|
|
<view style="display: flex;flex-direction: column; margin-right: 13px;margin-bottom: 10px;"> |
|
|
|
|
|
|
|
<view class="price-box"> |
|
|
|
<!-- <view class="price-box"> |
|
|
|
共 |
|
|
|
<text class="num">{{ orderInfo.orderItemList.length }}</text> |
|
|
|
件商品, 会员折扣 |
|
|
|
件商品 |
|
|
|
, 会员折扣 |
|
|
|
<text class="price">{{ orderInfo.vipAmount }}</text> |
|
|
|
, 优惠券抵扣 |
|
|
|
<text class="price">{{ orderInfo.couponAmount }}</text> |
|
|
@ -62,13 +64,30 @@ |
|
|
|
<text class="price">{{ orderInfo.integrationAmount }}</text> |
|
|
|
, 运费 |
|
|
|
<text class="price">{{ orderInfo.freightAmount }}</text> |
|
|
|
<!-- <view class="yt-list-cell b-b" v-if="groupActivity"> |
|
|
|
<view class="yt-list-cell b-b" v-if="groupActivity"> |
|
|
|
<text class="cell-tit clamp">活动金额</text> |
|
|
|
<text class="cell-tip">¥{{ groupActivity.price }}</text> |
|
|
|
</view> |
|
|
|
, 实付款 |
|
|
|
<text class="price">{{ orderInfo.payAmount }}</text> |
|
|
|
</view> --> |
|
|
|
<view class="price-box"> |
|
|
|
共 |
|
|
|
<text class="num">{{ orderInfo.orderItemList.length }}</text> |
|
|
|
件商品 |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="price-box"> |
|
|
|
优惠券抵扣 |
|
|
|
<text class="price">{{ orderInfo.couponAmount }}</text> |
|
|
|
, 运费 |
|
|
|
<text class="price">{{ orderInfo.freightAmount }}</text> |
|
|
|
, 实付款 |
|
|
|
<text class="price">{{ orderInfo.payAmount }}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="action-box b-t" v-if="orderInfo.status==12||orderInfo.status==3"> |
|
|
|
<button v-if="orderInfo.status == 12" class="action-btn" |
|
|
@ -442,7 +461,6 @@ |
|
|
|
.title { |
|
|
|
font-size: $font-base + 2upx; |
|
|
|
color: $font-color-dark; |
|
|
|
line-height: 1; |
|
|
|
} |
|
|
|
|
|
|
|
.num_price { |
|
|
@ -452,13 +470,14 @@ |
|
|
|
margin-top: 5px; |
|
|
|
|
|
|
|
.attr-box { |
|
|
|
flex: 1; |
|
|
|
|
|
|
|
font-size: $font-sm + 2upx; |
|
|
|
color: $font-color-light; |
|
|
|
margin: 0 2upx 0 8upx; |
|
|
|
} |
|
|
|
|
|
|
|
.price { |
|
|
|
flex: 1; |
|
|
|
font-size: $font-base + 2upx; |
|
|
|
color: $font-color-dark; |
|
|
|
|
|
|
|