You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.3 KiB
63 lines
2.3 KiB
<!-- 轮播图 -->
|
|
<swiper
|
|
class="swiper1"
|
|
autoplay="true"
|
|
interval="3000"
|
|
circular="true"
|
|
indicator-dots="true"
|
|
indicator-color="white"
|
|
indicator-active-color="brown"
|
|
>
|
|
<swiper-item>
|
|
<image src="/image/轮播图1.jpg" class="slide-image" bindtap="swiperItemTap" data-url="/pages/z1/z1"/>
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<image src="/image/轮播图2.jpg" class="slide-image" bindtap="swiperItemTap" data-url="/pages/z2/z2"/>
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<image src="/image/轮播图3.jpg" class="slide-image" bindtap="swiperItemTap" data-url="/pages/z3/z3"/>
|
|
</swiper-item>
|
|
</swiper>
|
|
|
|
<!-- 页面跳转链接 -->
|
|
<view class="three">
|
|
<text class="four">上报中心</text>
|
|
<view>
|
|
<scroll-view class="container1" scroll-x="true" enable-flex="true">
|
|
<view class="grid-container">
|
|
<navigator class="grid-item" url="/pages/FlightCrew/FlightCrew">
|
|
<image src="/image/飞行人员.png"></image>
|
|
<text>飞行事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/Crew/Crew">
|
|
<image src="/image/乘务人员.png"></image>
|
|
<text>乘务事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/Airtraffic/Airtraffic">
|
|
<image src="/image/空管人员.png"></image>
|
|
<text>空管事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/AircraftMaintenance/AircraftMaintenance">
|
|
<image src="/image/机务人员.jpg"></image>
|
|
<text>机务事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/AirportGround/AirportGround">
|
|
<image src="/image/地勤人员.png"></image>
|
|
<text>地勤事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/Aviation/Aviation">
|
|
<image src="/image/空防事件.png"></image>
|
|
<text>空防事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/Students/students">
|
|
<image src="/image/学生学员.png"></image>
|
|
<text>学生事件</text>
|
|
</navigator>
|
|
<navigator class="grid-item" url="/pages/Fast/Fast">
|
|
<image src="/image/快速上报.png"></image>
|
|
<text>快速上报</text>
|
|
</navigator>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|
|
</view> |