Fix:4839 【商城小程序】已完成的团购订单详情页,去除立即评价按钮
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
<button class="btn v12-primary-border v12-primary-text modify-time" @click="modifyStayTime">修改入住时间</button>
|
||||
<button class="btn v12-primary-border v12-primary-text refund" @click="applyRefund">申请退款</button>
|
||||
</view>
|
||||
<view class="v12-align-center" v-if="orderInfo._status && ['3','4'].includes(orderInfo._status._type)">
|
||||
<view class="v12-align-center" v-if="orderInfo._status && ['3'].includes(orderInfo._status._type)">
|
||||
<button class="btn v12-primary-border v12-primary-text" @click="goEvaluate">立即评价</button>
|
||||
</view>
|
||||
<view class="v12-align-center" v-if="!orderInfo._status && ['1','2'].includes(orderInfo._status._type)">
|
||||
|
||||
Reference in New Issue
Block a user