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