You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
683 B

<view><uni-collapse vue-id="687078ac-1" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{professionList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><uni-collapse-item vue-id="{{('687078ac-2-'+index)+','+('687078ac-1')}}" title="{{item.industryname}}" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{item.sunList}}" wx:for-item="sonItem" wx:for-index="sonItemIndex" wx:key="sonItemIndex"><view class="sonItem" data-id="{{sonItem.industrycode}}" data-name="{{sonItem.industryname}}" data-event-opts="{{[['tap',[['sonItemClick',['$event']]]]]}}" bindtap="__e">{{sonItem.industryname}}</view></block></uni-collapse-item></block></uni-collapse></view>