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.
 
 
 
 

23 lines
765 B

<!-- pages/overview/overview.wxml -->
<view style="margin-top: 39px;">
<view class="menu-box">
<view class="box" bindtap="bindPolling">
<image class="logo" src="/images/inspection.svg"></image>
<view class="txt">
巡检
</view>
</view>
<view class="box" bindtap="bindTroubleshooting">
<image class="logo" src="/images/issue.svg"></image>
<view class="txt">
问题处理
</view>
</view>
<view class="box" bindtap="bindInspectionReport">
<image class="logo" src="/images/report.svg"></image>
<view class="txt">
巡检报告
</view>
</view>
</view>
</view>