associated.wxml 960 B

1
  1. <view class="associated _div"><view style="display:flex;justify-content:flex-end;margin-bottom:36rpx;" class="_div"><label data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" style="font-size:32rpx;color:#0A98D5;" bindtap="__e" class="_span">确认并返回</label></view><input class="ipt" placeholder="可输入搜索" data-event-opts="{{[['input',[['__set_model',['','searchName','$event',[]]],['changeSearch',['$event']]]]]}}" value="{{searchName}}" bindinput="__e"/><van-checkbox-group vue-id="3fcf937c-1" value="{{result}}" data-event-opts="{{[['^change',[['onChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><van-checkbox vue-id="{{('3fcf937c-2-'+__i0__)+','+('3fcf937c-1')}}" name="{{item.qymc}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">{{item.qymc}}</van-checkbox></block></van-checkbox-group></view>