This commit is contained in:
shidongli 2023-11-17 14:04:21 +08:00
parent d6350eff8a
commit 002b941c24
2 changed files with 12 additions and 6 deletions

View File

@ -160,16 +160,17 @@
.orderitem {
width: 96%;
height: 383rpx;
height: 246rpx;
position: relative;
top: 2%;
left: 50%;
transform: translateX(-50%);
.details {
width: 96%;
height: 200rpx;
// background-color: #26A888;
position: absolute;
top: 97rpx;
top: 9%;
left: 50%;
transform: translateX(-50%);

View File

@ -155,9 +155,14 @@
<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>
<view class="buy" @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'">
<view class="pay">
取消订单
</view>
</view>
<!-- <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>