congming_huose-apk/unpackage/dist/dev/mp-weixin/common/components/DeviceRoomPicker.wxml

1 line
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<block wx:if="{{visible}}"><view data-event-opts="{{[['tap',[['onMask',['$event']]]]]}}" class="device-room-picker-mask data-v-178f9fbc" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="device-room-picker-sheet data-v-178f9fbc" catchtap="__e"><view class="device-room-picker-head data-v-178f9fbc"><text class="device-room-picker-title data-v-178f9fbc">{{$root.g0}}</text><text data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="device-room-picker-close data-v-178f9fbc" bindtap="__e">×</text></view><scroll-view class="device-room-picker-scroll data-v-178f9fbc" scroll-y="{{true}}"><block wx:if="{{loading}}"><view class="device-room-picker-hint data-v-178f9fbc">{{$root.g1}}</view></block><block wx:else><block wx:if="{{$root.g2}}"><view class="device-room-picker-hint data-v-178f9fbc">{{$root.g3}}</view></block><block wx:else><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['onPick',['$0'],[[['list','id',item.$orig.id]]]]]]]}}" class="{{['device-room-picker-row','data-v-178f9fbc',(item.m0)?'is-current':'']}}" bindtap="__e"><view class="device-room-picker-left data-v-178f9fbc"><image class="device-room-picker-thumb data-v-178f9fbc" src="{{item.m1}}" mode="aspectFill"></image><text class="device-room-picker-name data-v-178f9fbc">{{item.$orig.name}}</text></view><block wx:if="{{item.m2}}"><text class="device-room-picker-check data-v-178f9fbc">✓</text></block></view></block></block></block></scroll-view></view></view></block>