47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
<view class="box">
|
|
<view class="swiper">
|
|
<swiper>
|
|
<swiper-item>
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/device_swiper.png" mode="widthFix"/>
|
|
</swiper-item>
|
|
</swiper>
|
|
|
|
<view class="dot">
|
|
<!-- <view class="dotItem active"></view> -->
|
|
<!-- <view class="dotItem"></view> -->
|
|
</view>
|
|
</view>
|
|
|
|
<view class="tabList">
|
|
<view class="tabItem" wx:for="{{tabList}}" bind:tap="jump">
|
|
<image src="{{item.img}}" mode="heightFix"/>
|
|
{{item.name}}
|
|
</view>
|
|
</view>
|
|
|
|
<view class="blockList">
|
|
<view class="block1" bindtap="headerAddEquipmentClick">
|
|
添加设备
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/device_tab1.png" mode="widthFix"/>
|
|
</view>
|
|
<view class="block2" bind:tap="jump">
|
|
设备列表
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/device_tab2.png" mode="widthFix"/>
|
|
</view>
|
|
</view>
|
|
<view class="gray"></view>
|
|
<view class="Tit">常用设备</view>
|
|
|
|
<view class="empty">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/device_empty.png" mode="widthFix"/>
|
|
|
|
<view class="text2">
|
|
暂无数据,可前往
|
|
<view bind:tap="jump">设备列表</view>
|
|
添加设备置顶
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<Footer></Footer> |