|
|
@ -87,13 +87,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 商品金额 --> |
|
|
|
<!-- 商品金额 --> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="">商品金额</view> |
|
|
|
<view class="fontsize">商品金额</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="flex-center-sp pd-tb10"> |
|
|
|
<view class="">运费 |
|
|
|
<view class="fontsize">运费 |
|
|
|
<!-- <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"> |
|
|
@ -106,7 +106,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 优惠券 --> |
|
|
|
<!-- 优惠券 --> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="">优惠券</view> |
|
|
|
<view class="fontsize">优惠券</view> |
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>{{recinfo.deductionCouponPrice}} |
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>{{recinfo.deductionCouponPrice}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -115,13 +115,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 积分 --> |
|
|
|
<!-- 积分 --> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="">积分抵扣</view> |
|
|
|
<view class="fontsize">积分抵扣</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> |
|
|
|
<!--支付优惠 --> |
|
|
|
<!--支付优惠 --> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="flex-center-sp pd-tb10"> |
|
|
|
<view class="">支付优惠</view> |
|
|
|
<view class="fontsize">支付优惠</view> |
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>0</view> |
|
|
|
<view class="fontwig6 fcorred">-<text class="paddtright5">¥</text>0</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 价格总额 --> |
|
|
|
<!-- 价格总额 --> |
|
|
@ -164,7 +164,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 收货信息 --> |
|
|
|
<!-- 收货信息 --> |
|
|
|
<view v-if="recinfo.goodsDeliveryAddress" class="flex-center-sp pd-tb10 bordert"> |
|
|
|
<view v-if="recinfo.goodsDeliveryAddress" class="flex-center-sp pd-tb10 bordert"> |
|
|
|
<view class=" align-fs width80px">收货信息</view> |
|
|
|
<view class="fontsize align-fs width80px">收货信息</view> |
|
|
|
<view class="fcor666 flex-1 tr font16"> |
|
|
|
<view class="fcor666 flex-1 tr font16"> |
|
|
|
<view class=" "> |
|
|
|
<view class=" "> |
|
|
|
{{recinfo.goodsDeliveryAddress.regionName +' '+recinfo.goodsDeliveryAddress.address}}</view> |
|
|
|
{{recinfo.goodsDeliveryAddress.regionName +' '+recinfo.goodsDeliveryAddress.address}}</view> |
|
|
@ -174,14 +174,14 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 物流信息 --> |
|
|
|
<!-- 物流信息 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px">物流信息</view> |
|
|
|
<view class="fontsize width80px">物流信息</view> |
|
|
|
<view class="fcor666 font16 " @click="checkWuliu"> |
|
|
|
<view class="fcor666 font16 " @click="checkWuliu"> |
|
|
|
查看物流信息<text class="icon-ymt to-right fcor666 font16 paddleft5"></text> |
|
|
|
查看物流信息<text class="icon-ymt to-right fcor666 font16 paddleft5"></text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 订单编号 --> |
|
|
|
<!-- 订单编号 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px">订单编号</view> |
|
|
|
<view class="fontsize width80px">订单编号</view> |
|
|
|
<view class="fcor666 flex-center-sp font16"> |
|
|
|
<view class="fcor666 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> |
|
|
@ -189,14 +189,14 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 下单时间 --> |
|
|
|
<!-- 下单时间 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px">下单时间</view> |
|
|
|
<view class="fontsize width80px">下单时间</view> |
|
|
|
<view class="font16 fcor666"> |
|
|
|
<view class="font16 fcor666"> |
|
|
|
{{recinfo.createTime | formatDate('-')}} |
|
|
|
{{recinfo.createTime | formatDate('-')}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 支付方式 --> |
|
|
|
<!-- 支付方式 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px">支付方式</view> |
|
|
|
<view class="fontsize width80px">支付方式</view> |
|
|
|
<view class="font16 fcor666"> |
|
|
|
<view class="font16 fcor666"> |
|
|
|
<view class=" fotrt " v-if="recinfo.payType == 1">支付宝</view> |
|
|
|
<view class=" fotrt " v-if="recinfo.payType == 1">支付宝</view> |
|
|
|
<view class=" fotrt " v-if="recinfo.payType == 2">微信支付</view> |
|
|
|
<view class=" fotrt " v-if="recinfo.payType == 2">微信支付</view> |
|
|
@ -207,7 +207,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 备注 --> |
|
|
|
<!-- 备注 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px">备注</view> |
|
|
|
<view class="fontsize width80px">备注</view> |
|
|
|
<view class="fcor666 font16 "> |
|
|
|
<view class="fcor666 font16 "> |
|
|
|
{{recinfo.remarks || "无"}} |
|
|
|
{{recinfo.remarks || "无"}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -218,7 +218,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 收货信息 --> |
|
|
|
<!-- 收货信息 --> |
|
|
|
<view v-if="recinfo.goodsDeliveryAddress" class="flex-center-sp pd-tb10 bordert"> |
|
|
|
<view v-if="recinfo.goodsDeliveryAddress" class="flex-center-sp pd-tb10 bordert"> |
|
|
|
<view class=" align-fs width80px">收货信息</view> |
|
|
|
<view class="fontsize align-fs width80px">收货信息</view> |
|
|
|
<view class="flex-1 tr fcor666 font16"> |
|
|
|
<view class="flex-1 tr fcor666 font16"> |
|
|
|
<view class=" "> |
|
|
|
<view class=" "> |
|
|
|
{{recinfo.goodsDeliveryAddress.regionName +' '+recinfo.goodsDeliveryAddress.address}}</view> |
|
|
|
{{recinfo.goodsDeliveryAddress.regionName +' '+recinfo.goodsDeliveryAddress.address}}</view> |
|
|
@ -228,7 +228,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 订单编号 --> |
|
|
|
<!-- 订单编号 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px">订单编号</view> |
|
|
|
<view class="fontsize width80px">订单编号</view> |
|
|
|
<view class="fcor666 flex-center-sp font16"> |
|
|
|
<view class="fcor666 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> |
|
|
@ -236,14 +236,14 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 下单时间 --> |
|
|
|
<!-- 下单时间 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px ">下单时间</view> |
|
|
|
<view class="fontsize width80px ">下单时间</view> |
|
|
|
<view class="font16 fcor666"> |
|
|
|
<view class="font16 fcor666"> |
|
|
|
{{recinfo.createTime | formatDate('-')}} |
|
|
|
{{recinfo.createTime | formatDate('-')}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 备注 --> |
|
|
|
<!-- 备注 --> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
<view class=" width80px ">备注</view> |
|
|
|
<view class="fontsize width80px ">备注</view> |
|
|
|
<view class="fcor666 font13 font16"> |
|
|
|
<view class="fcor666 font13 font16"> |
|
|
|
{{recinfo.remarks || "无"}} |
|
|
|
{{recinfo.remarks || "无"}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -567,6 +567,11 @@ |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fontsize{ |
|
|
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bottomstu { |
|
|
|
.bottomstu { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
bottom: 0px; |
|
|
|
bottom: 0px; |
|
|
|