1 |
- <view class="SearchDetail"><u--input vue-id="477c1d64-1" placeholder="请输入关键字" suffixIcon="search" suffixIconStyle="font-weight: bold" border="none" customStyle="{{({height:'88rpx',borderRadius:'20rpx',lineHeight:'88rpx',backgroundColor:'#eee',padding:'0 20rpx 0 40rpx'})}}" clearable="{{true}}" value="{{searchVal}}" data-event-opts="{{[['^focus',[['focusSearch']]],['^confirm',[['clickSearch']]],['^clear',[['clickClear']]],['^input',[['__set_model',['','searchVal','$event',[]]]]]]}}" bind:focus="__e" bind:confirm="__e" bind:clear="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['suffix']}}"><view slot="suffix"><u-icon vue-id="{{('477c1d64-2')+','+('477c1d64-1')}}" name="search" color="#000" size="60rpx" data-event-opts="{{[['^click',[['clickSearch']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></view></u--input><view class="tabBox"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['handleSelect',['$0'],[[['tabList','id',item.id]]]]]]]}}" class="{{[(activeId===item.id)?'active':'']}}" bindtap="__e">{{''+item.name+''}}</view></block></view><view class="main"><info data-custom-hidden="{{!(activeId===1)}}" vue-id="477c1d64-3" id="child_info" bind:__l="__l"></info><video hidden="{{!(activeId===2)}}" id="child_video"></video></view></view>
|