|
|
|
@ -118,11 +118,15 @@ |
|
|
|
|
<view class="goodsNum"> |
|
|
|
|
x{{ goods.total_num }} |
|
|
|
|
</view> |
|
|
|
|
<view class="up2" style="margin-top: 20rpx;" @tap.stop="onRefund(goods.order_id,goods,order)" |
|
|
|
|
<view class="up2" style="margin-top: 20rpx;" @tap.stop="onRefund(goods.order_goods_id,goods,order)" |
|
|
|
|
v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_status == DeliveryStatusEnum.NOT_DELIVERED.value"> |
|
|
|
|
退款 |
|
|
|
|
</view> |
|
|
|
|
<view class="up2" style="margin-top: 20rpx;" @tap.stop="onRefund(goods.order_goods_id,goods,order)" |
|
|
|
|
v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.receipt_status == ReceiptStatusEnum.NOT_RECEIVED.value && order.delivery_status == DeliveryStatusEnum.DELIVERED.value"> |
|
|
|
|
退款 |
|
|
|
|
</view> |
|
|
|
|
<view class="up2" style="margin-top: 20rpx;" @tap.stop="onRefund(goods.order_id,goods,order)" |
|
|
|
|
<view class="up2" style="margin-top: 20rpx;" @tap.stop="onRefund(goods.order_goods_id,goods,order)" |
|
|
|
|
v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.receipt_status == ReceiptStatusEnum.RECEIVED.value && order.delivery_status == DeliveryStatusEnum.DELIVERED.value"> |
|
|
|
|
换货 |
|
|
|
|
</view> |
|
|
|
@ -142,7 +146,7 @@ |
|
|
|
|
<view class="orderTips"> |
|
|
|
|
<view class="orderTitle"> |
|
|
|
|
<view class="total"> |
|
|
|
|
订单编号: |
|
|
|
|
订单编号: |
|
|
|
|
</view> |
|
|
|
|
<view class="price"> |
|
|
|
|
{{ order.order_no }} |
|
|
|
@ -274,7 +278,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="buyAgain" @click="onPay(order.order_id)" |
|
|
|
|
v-if="order.pay_status == PayStatusEnum.PENDING.value &&order.order_status == OrderStatusEnum.NORMAL.value"> |
|
|
|
|
继续付款 |
|
|
|
|
立即支付 |
|
|
|
|
</view> |
|
|
|
|
<view class="buyAgain" @click="onExtractQRCode(order.order_id)" v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_type == DeliveryTypeEnum.EXTRACT.value |
|
|
|
|
&& order.delivery_status == DeliveryStatusEnum.NOT_DELIVERED.value"> |
|
|
|
@ -293,10 +297,10 @@ |
|
|
|
|
v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_status == DeliveryStatusEnum.NOT_DELIVERED.value"> |
|
|
|
|
催发货 |
|
|
|
|
</view> |
|
|
|
|
<view class="buyAgain" @click="onCancel(order.order_id)" |
|
|
|
|
<!-- <view class="buyAgain" @click="onCancel(order.order_id)" |
|
|
|
|
v-if="order.order_status == OrderStatusEnum.NORMAL.value && order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_status == DeliveryStatusEnum.NOT_DELIVERED.value"> |
|
|
|
|
取消订单 |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<!-- <view class="buyAgain" |
|
|
|
|
v-if="order.order_status == OrderStatusEnum.COMPLETED.value && order.is_comment == 0" |
|
|
|
|
@click="handleTargetComment(order.order_id)"> |
|
|
|
@ -606,11 +610,15 @@ |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
page{ |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
.detail { |
|
|
|
|
width: 750rpx; |
|
|
|
|
padding-bottom: 150rpx; |
|
|
|
|
background-image: url('https://www.royaum.com.cn/static/home/homeback.png'); |
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.menuarea { |
|
|
|
|