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.
11 lines
476 B
11 lines
476 B
<!--package/polling/polling.wxml-->
|
|
<view class="page">
|
|
<!-- 顶部tab切换 -->
|
|
<view class='swiper-tab'>
|
|
<view class="swiper-tab-item active" data-current="0" bindtap="clickTab">巡检记录</view>
|
|
<!-- <view class="swiper-tab-item active" data-current="1" bindtap="clickTab">问题上报</view> -->
|
|
</view>
|
|
<view class='swiper-tab' style="top:100rpx;">
|
|
<view class="swiper-tab-item" data-current="0" bindtap="clickTab">待巡检</view>
|
|
</view>
|
|
</view>
|