fix: 🐛 展示在订单详情中的立即支付按钮

master
学习很差啦 2023-01-16 09:17:45 +08:00
parent b1bde2f105
commit d420c128eb
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
<view>
<!-- 全部 -->
<!-- 等待付款 -->
<u-button type="error" ripple size="mini" v-if="order.allowOperationVO && order.allowOperationVO.pay"
<u-button type="error" ripple size="mini" v-if="orderDetail.allowOperationVO && orderDetail.allowOperationVO.pay"
@click="toPay(order)">立即付款</u-button>
<!-- <u-button class="rebuy-btn" size="mini" v-if="order.order_operate_allowable_vo.allow_service_cancel"> </u-button> -->