liujiangyong
2 years ago
7 changed files with 70 additions and 38 deletions
Before Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
@ -1,18 +1,23 @@ |
|||
<!-- 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 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> |
Loading…
Reference in new issue