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 { .orderitem {
width: 96%; width: 96%;
height: 383rpx; height: 246rpx;
position: relative; position: relative;
top: 2%; top: 2%;
left: 50%;
transform: translateX(-50%);
.details { .details {
width: 96%; width: 96%;
height: 200rpx; height: 200rpx;
// background-color: #26A888;
position: absolute; position: absolute;
top: 97rpx; top: 9%;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);

View File

@ -155,9 +155,14 @@
<view class="bottom"> <view class="bottom">
<!-- <span>更多</span> --> <!-- <span>更多</span> -->
<!-- <span @tap="cancle">取消订单</span> --> <!-- <span @tap="cancle">取消订单</span> -->
<view class="buy" @tap="cancle"
<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'">
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="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> --> <!-- <span@tap="evaluate" v-if="list.orderStatus=='COMPLETED'">服务评价</span> -->
</view> </view>