优化
This commit is contained in:
parent
2c70612ac8
commit
e582aed977
|
@ -28,6 +28,17 @@
|
|||
<view>订单编号:{{item.billNo}}</view>
|
||||
<view style="color: #8883F0;" v-if="item.isUsing == true"> <text></text> 进行中 </view>
|
||||
<view style="color: springgreen;" v-if="item.isFinished == true"> <text style="background-color: springgreen;"></text> 已完成 </view>
|
||||
<view class="" v-if="item.isUsing == false && item.isFinished == false">
|
||||
<view v-if="item.status == 1"><text style="background-color: #333;"></text> 未支付</view>
|
||||
<view v-if="item.status == 2"><text style="background-color: #333;"></text> 支付成功</view>
|
||||
<view v-if="item.status == 3"><text style="background-color: #333;"></text> 已退款</view>
|
||||
<view v-if="item.status == 4"><text style="background-color: #333;"></text> 用户取消</view>
|
||||
<view v-if="item.status == 5"><text style="background-color: #333;"></text> 系统超时取消</view>
|
||||
<view v-if="item.status == 6"><text style="background-color: #333;"></text> 支付中</view>
|
||||
<view v-if="item.status == 7"><text style="background-color: #333;"></text> 退款中</view>
|
||||
<view v-if="item.status == 8"><text style="background-color: #333;"></text> 押金未支付</view>
|
||||
<view v-if="item.status == 9"><text style="background-color: #333;"></text> 押金已支付</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="xiao">
|
||||
<view>租赁用户</view>
|
||||
|
|
|
@ -522,7 +522,6 @@
|
|||
})
|
||||
},
|
||||
|
||||
|
||||
btnindex(num) {
|
||||
if (this.wangluo = true) { //判断是否有网络在进行点击
|
||||
if (num == 2) {
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user