1 |
- <view class="hangye-list u-flex-col"><view class="hangye-search"><view class="search-box u-flex"><u-icon vue-id="3b616daf-1" name="search" size="30" bind:__l="__l"></u-icon><input class="input" type="text" placeholder="搜索行业" confirm-type="search" data-event-opts="{{[['confirm',[['tosearch',['$event']]]],['input',[['__set_model',['','keyword1','$event',[]]]]]]}}" value="{{keyword1}}" bindconfirm="__e" bindinput="__e"/></view></view><view class="change-scroll u-flex"><text class="chaneg-text">{{"已选("+$root.g0+")"}}</text><scroll-view class="change-right u-flex-1" scroll-x="true"><block wx:for="{{hangyelist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="change-right-item u-flex"><text>{{item.name}}</text><image src="/static/images/del.png" mode data-event-opts="{{[['tap',[['del',[index]]]]]}}" bindtap="__e"></image></view></block></scroll-view></view><view class="u-flex-1 scroll-box u-flex"><scroll-view class="scroll-left" scroll-y="true"><block wx:for="{{leftlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changeleft',[index]]]]]}}" class="{{['left-item','u-flex','u-row-between',(leftindex==index)?'leftactive':'']}}" bindtap="__e"><text></text><text>{{item.name}}</text><text></text></view></block></scroll-view><scroll-view class="scroll-right" scroll-y="true"><view class="right-item"><view class="u-flex u-row-between u-flex-wrap right-list"><block wx:for="{{$root.l0}}" wx:for-item="a" wx:for-index="b" wx:key="b"><text data-event-opts="{{[['tap',[['changeright',['$0'],[[['rightlist','',b]]]]]]]}}" class="{{['right-text','u-line-1',(a.m0)?'rightactive':'']}}" bindtap="__e">{{a.$orig.name}}</text></block></view></view></scroll-view></view><view class="hangye-down"><view class="u-flex u-row-between hangye-btn"><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="text1" bindtap="__e">重置</text><text data-event-opts="{{[['tap',[['save',['$event']]]]]}}" class="text2" bindtap="__e">保存</text></view><view class="safe-area-inset-bottom"></view></view></view>
|