|
@ -74,7 +74,7 @@ |
|
|
<text>修改订单</text> |
|
|
<text>修改订单</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="action-btn pay-btn" |
|
|
<view class="action-btn pay-btn" |
|
|
v-if="[4].includes(order.status) && !order.evaluation" |
|
|
|
|
|
|
|
|
v-if="[11, 4].includes(order.status) && !order.evaluation" |
|
|
@click="goToReview(order)"> |
|
|
@click="goToReview(order)"> |
|
|
<text>去评价</text> |
|
|
<text>去评价</text> |
|
|
</view> |
|
|
</view> |
|
|