Merge branch 'main' of http://129.211.33.98:3210/hjq/aircraft-pilot
This commit is contained in:
commit
ebdd3c68f7
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<view class="">
|
||||
路线
|
||||
<!-- <view class="aircraft-route" :style="{backgroundImage: `url(${fileUrl+bgIcon})`}"> -->
|
||||
<!-- <view class="route-content">
|
||||
<!-- <view class="aircraft-route" :style="{backgroundImage: `url(${fileUrl+bgIcon})`}">
|
||||
<view class="route-content">
|
||||
<view class="top-abs" :style="{top: StatusBar+'px',height: CustomBar-StatusBar+'px'}">
|
||||
路线
|
||||
</view>
|
||||
@ -35,6 +35,12 @@
|
||||
{{ item.remark || '运载路线' }}
|
||||
</view>
|
||||
</view>
|
||||
<u-loadmore v-if="routes.length>0" @loadmore="getMore" :status="form.isFinish" color="#333333" marginTop="30" marginBottom="20" />
|
||||
<view class="route-empty" :style="{marginTop: CustomBar+100+'px'}" v-else>
|
||||
<u-empty text="景区路线为空" mode="list"
|
||||
src="/static/empty.png" icon-size="300" font-size="40"
|
||||
margin-top="250"></u-empty>
|
||||
</view>
|
||||
</view> -->
|
||||
<u-toast ref="uToast"></u-toast>
|
||||
</view>
|
||||
@ -86,8 +92,6 @@ export default {
|
||||
},
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
},
|
||||
methods:{
|
||||
// 初始化
|
||||
async init(){
|
||||
@ -243,6 +247,14 @@ export default {
|
||||
padding: 16rpx 20rpx;
|
||||
}
|
||||
}
|
||||
&-empty{
|
||||
width: 100%;
|
||||
&::v-deep .u-icon__label{
|
||||
margin-top: 24rpx !important;
|
||||
font-weight: 500;
|
||||
font-family: Source Han Sans SC;
|
||||
}
|
||||
}
|
||||
&:focus-within{
|
||||
.triangle{
|
||||
animation: spin 0.3s linear;
|
||||
|
Loading…
Reference in New Issue
Block a user