车辆管理,数据加载完之后隐藏掉加载中
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
</van-list>
|
||||
</van-pull-refresh>
|
||||
<van-dialog v-model="show" title="确定删除吗" show-cancel-button @confirm="handleConfirm"></van-dialog>
|
||||
<div v-if="loading">加载中...</div>
|
||||
<!-- <div v-if="loading">加载中...</div>-->
|
||||
</div>
|
||||
|
||||
</template>
|
||||
@ -62,7 +62,7 @@ export default {
|
||||
pageNum:1,
|
||||
pageSize:10,
|
||||
total:'',
|
||||
loading:false,
|
||||
// loading:false,
|
||||
isLoading: false,
|
||||
loading1: false,
|
||||
finished: false,
|
||||
|
Reference in New Issue
Block a user