| 1 |
- <view data-event-opts="{{[['tap',[['trigger',['$event']]]]]}}" class="easy-select data-v-69915012" style="{{$root.s0}}" catchtap="__e"><input type="text" placeholder="{{placeholder}}" disabled="{{true}}" clearable="{{true}}" data-event-opts="{{[['input',[['__set_model',['','value','$event',[]]]]]]}}" value="{{value}}" bindinput="__e" class="data-v-69915012"/><block wx:if="{{showOptions}}"><view class="easy-select-options data-v-69915012" style="{{'min-width:'+(boundingClientRect.width+'px')+';'+('top:'+(optionsGroupTop)+';')+('margin:'+(optionsGroupMargin)+';')}}"><block wx:for="{{options}}" wx:for-item="item" wx:for-index="__i0__" wx:key="code"><view data-event-opts="{{[['tap',[['select',['$0'],[[['options','code',item.code]]]]]]]}}" class="{{['easy-select-options-item data-v-69915012',(currentSelect.name===item.name)?'active':'']}}" catchtap="__e"><text class="data-v-69915012">{{item.name}}</text></view></block></view></block></view>
|