| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!-- <view class="home-container" style='height:{{windowHeight}}px;'> -->
- <view class="home-container">
- <!-- 轮播 -->
- <view class="home-lunbo">
- <image src="https://wx.yfzhwlw.com/wechat_photo/index/banner.jpg" class="home-lunbo-banner"></image>
- </view>
- <!-- 操作列表 -->
- <view class="list">
- <!-- 设备分配 -->
- <view class="list-box" bindtap="distribute">
- <image class="list-box-img" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_122.png"></image>
- <view class="list-box-txt">设备分配</view>
- </view>
- <!-- 设备列表 -->
- <view class="list-box" bindtap="listFacility">
- <image class="list-box-img" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_123.png"></image>
- <view class="list-box-txt">设备列表</view>
- </view>
- <!-- SIM查询 -->
- <view class="list-box" bindtap="SIMquery">
- <image class="list-box-img" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_126.png"></image>
- <view class="list-box-txt">SIM查询</view>
- </view>
- <!-- 管理员 -->
- <view class="list-box" bindtap="admin">
- <image class="list-box-img" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_121.png"></image>
- <view class="list-box-txt">管理员</view>
- </view>
- </view>
- <!-- 识别功能 -->
- <view class="home-shibie" bindtap="photograph">
- <image class="" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_116.png"></image>
- </view>
- <!-- 分割线 -->
- <view class="home-line"></view>
- <!-- 产品推荐 -->
- <view class="home-referrer">
- <image class="home-referrer-img" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_125.png"></image>
- <text class="home-referrer-txt">产品推荐</text>
- </view>
- <!-- 商品展示 -->
- <view class="home-show">
- <view class="home-show-box">
- <image class="home-show-box-img" src="https://wx.yfzhwlw.com/wechat_photo/index/home_2.jpg"></image>
- <view class="home-show-box-txt">智慧物联网杀虫灯</view>
- </view>
- <view class="home-show-box">
- <image class="home-show-box-img" src="https://wx.yfzhwlw.com/wechat_photo/index/home_1.jpg"></image>
- <view class="home-show-box-txt">物联网虫情测报灯</view>
- </view>
- <view class="home-show-box">
- <image class="home-show-box-img" src="https://wx.yfzhwlw.com/wechat_photo/index/home_4.jpg"></image>
- <view class="home-show-box-txt">拍照式孢子捕捉仪</view>
- </view>
- <view class="home-show-box">
- <image class="home-show-box-img" src="https://wx.yfzhwlw.com/wechat_photo/index/home_3.jpg"></image>
- <view class="home-show-box-txt">自动气象监测站</view>
- </view>
- </view>
- <!-- 管理员权限 -->
- <view class="home-jurisdiction" wx:if="{{val == 1}}" style='height:{{windowHeight}}px;'>
- <image bindtap="del" class="home-jurisdiction-img" src="https://wx.yfzhwlw.com/wechat_photo/equip/xcx_85.png"></image>
- </view>
- </view>
|