专家咨询订单

This commit is contained in:
shidongli 2023-11-16 17:30:11 +08:00
parent 0b056ee6bb
commit 7ef60619b9
2 changed files with 4 additions and 2 deletions

View File

@ -332,7 +332,7 @@
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #959595;
color: #26A888;
line-height: 125rpx;
left: 5%;
}

View File

@ -154,12 +154,14 @@
</view>
<view class="bottom">
<!-- <span>更多</span> -->
<!-- <span @tap="cancle">取消订单</span> -->
<span @tap="cancle"
v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'&&list.orderStatus!='REFUNDED'">取消订单</span>
<!-- <span@tap="evaluate" v-if="list.orderStatus=='COMPLETED'">服务评价</span> -->
</view>
<view class="buy" v-if="order.orderStatus == 'WAIT_PAY'" @tap='pay'>
<view class="buy" v-if="list.orderStatus == 'WAIT_PAY'" @tap='pay'>
<view class="pay">
去支付
</view>