|
|
|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
|
|
<view class=" pd-main backcolorfff border-8r"> |
|
|
|
|
<!-- 商品信息 --> |
|
|
|
|
<view v-for="(item,index) in goodsList" :key="index" class="marb10 flex-center-sp"> |
|
|
|
|
<view v-for="(item,index) in goodsList" :key="index" class="paddbotm10 flex-center-sp"> |
|
|
|
|
<view class=""> |
|
|
|
|
<image class="st-img" :src="imageUrl+item.goodsImg" mode="aspectFill"></image> |
|
|
|
|
</view> |
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
|
还有{{goodsList2.length}}种商品<text class="icon-ymt to-down"></text> |
|
|
|
|
</view> |
|
|
|
|
<block v-if="moreThanThree"> |
|
|
|
|
<view v-for="(item,index) in goodsList2" :key="index" class="marb10 flex-center-sp"> |
|
|
|
|
<view v-for="(item,index) in goodsList2" :key="index" class="paddbotm10 flex-center-sp"> |
|
|
|
|
<view class=""> |
|
|
|
|
<image class="st-img" :src="imageUrl+item.goodsImg" mode="aspectFill"></image> |
|
|
|
|
</view> |
|
|
|
@ -164,8 +164,8 @@ |
|
|
|
|
|
|
|
|
|
<!-- 收货信息 --> |
|
|
|
|
<view v-if="recinfo.goodsDeliveryAddress" class="flex-center-sp pd-tb10 bordert"> |
|
|
|
|
<view class="fcor666 align-fs width80px">收货信息</view> |
|
|
|
|
<view class="flex-1 tr"> |
|
|
|
|
<view class=" align-fs width80px">收货信息</view> |
|
|
|
|
<view class="fcor666 flex-1 tr font16"> |
|
|
|
|
<view class=" "> |
|
|
|
|
{{recinfo.goodsDeliveryAddress.regionName +' '+recinfo.goodsDeliveryAddress.address}}</view> |
|
|
|
|
<view class=" ">{{recinfo.goodsDeliveryAddress.consignee +' '+recinfo.goodsDeliveryAddress.phone}} |
|
|
|
@ -174,42 +174,42 @@ |
|
|
|
|
</view> |
|
|
|
|
<!-- 物流信息 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">物流信息</view> |
|
|
|
|
<view class=" " @click="checkWuliu"> |
|
|
|
|
<view class=" width80px">物流信息</view> |
|
|
|
|
<view class="fcor666 font16 " @click="checkWuliu"> |
|
|
|
|
查看物流信息<text class="icon-ymt to-right fcor666 font16 paddleft5"></text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 订单编号 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">订单编号</view> |
|
|
|
|
<view class=" flex-center-sp font16"> |
|
|
|
|
<view class=" width80px">订单编号</view> |
|
|
|
|
<view class="fcor666 flex-center-sp font16"> |
|
|
|
|
<text class="tr flex-1">{{orderId}}</text> |
|
|
|
|
<text class=" margle10 font12 copy-num fcor666" @click="copyText(orderId)">复制</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 下单时间 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">下单时间</view> |
|
|
|
|
<view class=" "> |
|
|
|
|
<view class=" width80px">下单时间</view> |
|
|
|
|
<view class="font16 fcor666"> |
|
|
|
|
{{recinfo.createTime | formatDate('-')}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 支付方式 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">支付方式</view> |
|
|
|
|
<view class=" "> |
|
|
|
|
<view class=" fotrt fcor333" v-if="recinfo.payType == 1">支付宝</view> |
|
|
|
|
<view class=" fotrt fcor333" v-if="recinfo.payType == 2">微信支付</view> |
|
|
|
|
<view class=" fotrt fcor333" v-if="recinfo.payType == 3">积分兑换</view> |
|
|
|
|
<view class=" fotrt fcor333" v-if="recinfo.payType == 4">汇联通工会卡</view> |
|
|
|
|
<view class=" fotrt fcor333" v-if="recinfo.payType == 5">银联</view> |
|
|
|
|
<view class=" width80px">支付方式</view> |
|
|
|
|
<view class="font16 fcor666"> |
|
|
|
|
<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 == 3">积分兑换</view> |
|
|
|
|
<view class=" fotrt " v-if="recinfo.payType == 4">汇联通工会卡</view> |
|
|
|
|
<view class=" fotrt " v-if="recinfo.payType == 5">银联</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 备注 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">备注</view> |
|
|
|
|
<view class="fcor666 font13 "> |
|
|
|
|
{{recinfo.remarks || "暂无数据"}} |
|
|
|
|
<view class=" width80px">备注</view> |
|
|
|
|
<view class="fcor666 font16 "> |
|
|
|
|
{{recinfo.remarks || "无"}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -218,8 +218,8 @@ |
|
|
|
|
|
|
|
|
|
<!-- 收货信息 --> |
|
|
|
|
<view v-if="recinfo.goodsDeliveryAddress" class="flex-center-sp pd-tb10 bordert"> |
|
|
|
|
<view class="fcor666 align-fs width80px">收货信息</view> |
|
|
|
|
<view class="flex-1 tr"> |
|
|
|
|
<view class=" align-fs width80px">收货信息</view> |
|
|
|
|
<view class="flex-1 tr fcor666 font16"> |
|
|
|
|
<view class=" "> |
|
|
|
|
{{recinfo.goodsDeliveryAddress.regionName +' '+recinfo.goodsDeliveryAddress.address}}</view> |
|
|
|
|
<view class=" ">{{recinfo.goodsDeliveryAddress.consignee +' '+recinfo.goodsDeliveryAddress.phone}} |
|
|
|
@ -228,24 +228,24 @@ |
|
|
|
|
</view> |
|
|
|
|
<!-- 订单编号 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">订单编号</view> |
|
|
|
|
<view class=" flex-center-sp font16"> |
|
|
|
|
<view class=" width80px">订单编号</view> |
|
|
|
|
<view class="fcor666 flex-center-sp font16"> |
|
|
|
|
<text class="tr flex-1">{{orderId}}</text> |
|
|
|
|
<text class=" margle10 font12 copy-num fcor666" @click="copyText(orderId)">复制</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 下单时间 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px">下单时间</view> |
|
|
|
|
<view class=" "> |
|
|
|
|
<view class=" width80px ">下单时间</view> |
|
|
|
|
<view class="font16 fcor666"> |
|
|
|
|
{{recinfo.createTime | formatDate('-')}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 备注 --> |
|
|
|
|
<view class="flex-center-sp pd-tb10 "> |
|
|
|
|
<view class="fcor666 width80px ">备注</view> |
|
|
|
|
<view class="fcor666 font13 "> |
|
|
|
|
{{recinfo.remarks || "暂无数据"}} |
|
|
|
|
<view class=" width80px ">备注</view> |
|
|
|
|
<view class="fcor666 font13 font16"> |
|
|
|
|
{{recinfo.remarks || "无"}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|