|
@@ -42,7 +42,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-card>
|
|
|
-
|
|
|
+
|
|
|
+ <u-empty text="暂无停车信息" mode="list" class="u-m-t-80" v-if="!orderList"></u-empty>
|
|
|
<template v-for="(item, index) in orderList">
|
|
|
<u-card :show-foot="false" border-radius="16" margin="20rpx 40rpx" padding="30">
|
|
|
<view class="pending-order-head" slot="head">
|
|
@@ -136,7 +137,7 @@
|
|
|
|
|
|
}
|
|
|
},
|
|
|
- onLoad() {
|
|
|
+ onShow() {
|
|
|
this.handleGetIndexData();
|
|
|
// this.getLocation();
|
|
|
let locationLocaturl = window.location.search;
|