55 lines
2.1 KiB
Plaintext
55 lines
2.1 KiB
Plaintext
<!--pages/home/home.wxml-->
|
|
<view class="page">
|
|
<view class='weather-wrapper'>
|
|
<view id="tip">···下拉刷新···</view>
|
|
<image class='weather-bg' src='http://cdn.mpecloud.com/ttt.png'></image>
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="temp1">{{userName}}</view>
|
|
<view class="t1">
|
|
<text decode="{{true}}" space="{{true}}"> <text class="temp3">{{userPhone}}</text></text>
|
|
</view>
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="temp5">
|
|
</view>
|
|
<view class="temp4">单位:{{unitName}}
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
</view>
|
|
<view class="temp5">
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="page">
|
|
<view class='deviceListView'>
|
|
<block wx:for="{{items}}">
|
|
<view class='weather-wrapper'>
|
|
<image class='weather-bg' src='../../images/beijing2.png'></image>
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<view class="temp1_ranqi">{{item.manufacturerName}}</view>
|
|
<text>\n</text>
|
|
<view class="temp2_ranqi">
|
|
<text decode="{{true}}">设备ID:{{item.imei}}</text>
|
|
<text id="net">网络状态:{{item.status}}</text>
|
|
</view>
|
|
<text>\n</text>
|
|
<view class="temp2_ranqi">
|
|
<text id="ranqi_state">设备状态:</text>
|
|
<text id="txt_ranqistate" style="color:{{item.attr3}};font-size:{{item.attr5}};font_weight:{{item.attr4}}">{{item.mute}}</text>
|
|
</view>
|
|
<text>\n</text>
|
|
<view class="temp3_ranqi">
|
|
<text decode="{{true}}">地址:{{item.installLocal}} </text>
|
|
</view>
|
|
<text>\n</text>
|
|
<view class="temp6">
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
<button class="btn111" type="default" wx:if="{{true}}" id="{{item.imei}}" size="mini" bindtap="itemClick" hover-class="other-button-hover">点击查看设备详情</button><text decode="{{true}}" space="{{true}}"> </text>
|
|
</view>
|
|
<view class="temp5">
|
|
<text decode="{{true}}" space="{{true}}"> </text>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</view> |