11
This commit is contained in:
parent
51787547d2
commit
c870aa28dc
@ -67,7 +67,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="btn-group" v-if="item.order_status === 5">
|
<view class="btn-group" v-if="item.order_status === 5">
|
||||||
<!-- <text class="afterSaleNum">{{ item.commodity_order_item_list.length }}笔售后</text> -->
|
<!-- <text class="afterSaleNum">{{ item.commodity_order_item_list.length }}笔售后</text> -->
|
||||||
<button class="cancel-btn" @click="afterSale(item)">退换/售后</button>
|
<button class="cancel-btn" @click="afterSale(item)" v-if="item.after_sales_status === 2">退换/售后</button>
|
||||||
<button class="pay-btn" @click="orderEvaluate(item)" :disabled="item.evauate_status === 1">评价</button>
|
<button class="pay-btn" @click="orderEvaluate(item)" :disabled="item.evauate_status === 1">评价</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-group" v-if="item.order_status === 6">
|
<view class="btn-group" v-if="item.order_status === 6">
|
||||||
|
|||||||
@ -186,8 +186,8 @@
|
|||||||
<text> {{ orderItem.receiving_address }} </text>
|
<text> {{ orderItem.receiving_address }} </text>
|
||||||
<view class="copy-icon" @click="copyRefundNo"></view>
|
<view class="copy-icon" @click="copyRefundNo"></view>
|
||||||
</view>
|
</view>
|
||||||
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/af_update_address.png"
|
<!-- <image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/af_update_address.png"
|
||||||
class="icon_2"></image>
|
class="icon_2"></image> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="hr"></view>
|
<view class="hr"></view>
|
||||||
<view class="refund-item2">
|
<view class="refund-item2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user