|
|
@ -150,7 +150,7 @@ |
|
|
|
<span>x{{item.num}}</span> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="evaluate-btn flex-center" v-if="item.status == 'WAIT_COMMENT'" @click="goComment(index)">去评价</view> |
|
|
|
<!-- <view class="evaluate-btn flex-center" v-if="item.status == 'WAIT_COMMENT'" @click="goComment(index)">去评价</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 商品价格 --> |
|
|
@ -384,10 +384,10 @@ |
|
|
|
关闭订单 |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="btn" v-if="(info.status == 'WAIT_COMMENT' && info.order_child[0].goods_genre != 'pgoods') || |
|
|
|
<!-- <view class="btn" v-if="(info.status == 'WAIT_COMMENT' && info.order_child[0].goods_genre != 'pgoods') || |
|
|
|
(info.status == 'WAIT_COMMENT' && info.order_child[0].goods_genre == 'pgoods' && info.order_child[0].contact_id && info.order_child[0].extract_id)" @click="goComment(0)"> |
|
|
|
立即评价 |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class="btn" |
|
|
|
v-if="['WAIT_REFUND','REFUND_SUCCESS','WAIT_COMMENT','COMPLETE','CLOSED'].includes(info.status)" |
|
|
|