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.

18 lines
793 B

<!-- pages/overview/overview.wxml -->
<view style="margin-top: 42rpx;">
<view class="box" bindtap="bindPolling">
<image class="logo" src="/images/xunjian.svg"></image>
<view class="txt">巡检</view>
<image class="right" src="/images/right.svg"></image>
</view>
<view class="box" bindtap="bindTroubleshooting">
<image class="logo" src="/images/tabBar/icon_menu.png"></image>
<view class="txt">问题处理</view>
<image class="right" src="/images/right.svg"></image>
</view>
<view class="box" bindtap="bindInspectionReport">
<image class="logo" src="/images/inspection-report.svg"></image>
<view class="txt">巡检报告</view>
<image class="right" src="/images/right.svg"></image>
</view>
</view>