修改
This commit is contained in:
parent
d6350eff8a
commit
002b941c24
@ -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%);
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user