|
@@ -5,9 +5,9 @@
|
|
|
<view class="picker">
|
|
|
<view class="label">状态</view>
|
|
|
<view class="fb-type">
|
|
|
- <view class="type-label">{{this.array[index]}}</view>
|
|
|
+ <view class="type-label">{{array[index]}}</view>
|
|
|
<image class="type-icon"
|
|
|
- src="http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/pickerArrow-a8b918f05f.png">
|
|
|
+ src="../../static/images/icon_select.png">
|
|
|
</image>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -17,9 +17,9 @@
|
|
|
<view class="picker" style="position: relative;">
|
|
|
<view class="label">设备</view>
|
|
|
<view class="fb-type">
|
|
|
- <view class="type-label">{{this.deviceList[index2].name}}</view>
|
|
|
+ <view class="type-label">{{deviceList[index2].name}}</view>
|
|
|
<image class="type-icon"
|
|
|
- src="http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/pickerArrow-a8b918f05f.png">
|
|
|
+ src="../../static/images/icon_select.png">
|
|
|
</image>
|
|
|
</view>
|
|
|
</view>
|