|
|
@ -12,7 +12,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 其他 --> |
|
|
|
<!-- 其他 --> |
|
|
|
<view v-if="recinfo.orderStatus != 1" v-else class="order-de-title pd-main"> |
|
|
|
<view v-if="recinfo.orderStatus != 1" class="order-de-title pd-main"> |
|
|
|
<view class="font22 fcor333"> |
|
|
|
<view class="font22 fcor333"> |
|
|
|
{{typeText[recinfo.orderStatus]}} |
|
|
|
{{typeText[recinfo.orderStatus]}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -90,12 +90,6 @@ |
|
|
|
<view class="">商品金额</view> |
|
|
|
<view class="">商品金额</view> |
|
|
|
<view class="fontwig6"><text class="paddtright5">¥</text>{{goodsPrice | numFormat}}</view> |
|
|
|
<view class="fontwig6"><text class="paddtright5">¥</text>{{goodsPrice | numFormat}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 优惠券 --> |
|
|
|
|
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
|
|
|
|
<view class="">优惠券</view> |
|
|
|
|
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>{{recinfo.deductionCouponPrice}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 运费 --> |
|
|
|
<!-- 运费 --> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
@ -103,14 +97,25 @@ |
|
|
|
<!-- <text class="icon-ymt question fcor666 font16 paddleft5"></text> --> |
|
|
|
<!-- <text class="icon-ymt question fcor666 font16 paddleft5"></text> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="fontwig6"> |
|
|
|
<view class="fontwig6"> |
|
|
|
<text class="fcor666 fcorred">¥{{recinfo.goodsOrder.freightPrice || 0}}</text> |
|
|
|
<view v-if="recinfo.goodsOrder" > |
|
|
|
|
|
|
|
<text class="paddtright5">¥</text>{{recinfo.goodsOrder.freightPrice || 0}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 优惠券 --> |
|
|
|
|
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
|
|
|
|
<view class="">优惠券</view> |
|
|
|
|
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>{{recinfo.deductionCouponPrice}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 积分 --> |
|
|
|
<!-- 积分 --> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="">积分</view> |
|
|
|
<view class="">积分抵扣</view> |
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>{{(recinfo.payGold / 100).toFixed(2)}} |
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>{{(recinfo.payGold / 100).toFixed(2)}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -123,7 +128,12 @@ |
|
|
|
<view class="tr fontwig6 pd-tb10"> |
|
|
|
<view class="tr fontwig6 pd-tb10"> |
|
|
|
<!-- <text class="paddtright10">已优惠<text class="fcorred">¥ 12.01</text></text> --> |
|
|
|
<!-- <text class="paddtright10">已优惠<text class="fcorred">¥ 12.01</text></text> --> |
|
|
|
<view v-if="recinfo.orderStatus == 1 ||recinfo.orderStatus == 5 " class="dis-flex flex-end">商品总金额<text class="margle10 font22">¥{{recinfo.payPrice | numFormat}}</text> </view> |
|
|
|
<view v-if="recinfo.orderStatus == 1 ||recinfo.orderStatus == 5 " class="dis-flex flex-end">商品总金额<text class="margle10 font22">¥{{recinfo.payPrice | numFormat}}</text> </view> |
|
|
|
<view v-else class="dis-flex flex-end">实付 <text class="font22 margle10">¥{{recinfo.payRealPrice}}</text></view> |
|
|
|
<view v-else class="dis-flex flex-end"> |
|
|
|
|
|
|
|
实付 |
|
|
|
|
|
|
|
<view class="font22"> |
|
|
|
|
|
|
|
<text class=" margle10 paddtright5">¥</text>{{recinfo.payRealPrice}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -172,7 +182,7 @@ |
|
|
|
<!-- 订单编号 --> |
|
|
|
<!-- 订单编号 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="fcor666 width80px">订单编号</view> |
|
|
|
<view class="fcor666 width80px">订单编号</view> |
|
|
|
<view class=" flex-center-sp"> |
|
|
|
<view class=" flex-center-sp font16"> |
|
|
|
<text class="tr flex-1">{{orderId}}</text> |
|
|
|
<text class="tr flex-1">{{orderId}}</text> |
|
|
|
<text class=" margle10 font12 copy-num fcor666" @click="copyText(orderId)">复制</text> |
|
|
|
<text class=" margle10 font12 copy-num fcor666" @click="copyText(orderId)">复制</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -219,7 +229,7 @@ |
|
|
|
<!-- 订单编号 --> |
|
|
|
<!-- 订单编号 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="fcor666 width80px">订单编号</view> |
|
|
|
<view class="fcor666 width80px">订单编号</view> |
|
|
|
<view class=" flex-center-sp"> |
|
|
|
<view class=" flex-center-sp font16"> |
|
|
|
<text class="tr flex-1">{{orderId}}</text> |
|
|
|
<text class="tr flex-1">{{orderId}}</text> |
|
|
|
<text class=" margle10 font12 copy-num fcor666" @click="copyText(orderId)">复制</text> |
|
|
|
<text class=" margle10 font12 copy-num fcor666" @click="copyText(orderId)">复制</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -578,7 +588,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.width80px { |
|
|
|
.width80px { |
|
|
|
width: 80px; |
|
|
|
// width: 80px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.flex-center-sp { |
|
|
|
.flex-center-sp { |
|
|
@ -664,7 +674,8 @@ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
border-top: 1px solid #f6f6f6; |
|
|
|
border-top: 1px solid #f6f6f6; |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|
// bottom: 0; |
|
|
|
|
|
|
|
bottom:var(--window-bottom); |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
|
|
|
|
|
|
|
|