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.
|
|
<view class="position-top-center" style="{{'height:'+(height+'px')+';'}}"><view class="header-bar padding-lr-bj flex-direction justify-between align-center" style="{{'height:'+(height+'px')+';'+('padding-top:'+(top+'px')+';')+('background-color:'+(currentItemId==='find'?navColor:'transparent')+';')}}"><view class="flex-direction align-center"><view data-event-opts="{{[['tap',[['handleRelease',['$event']]]]]}}" bindtap="__e"><text class="icon text-xxxl margin-right"></text></view><block wx:for="{{currentList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['onChange',['$0'],[[['currentList','',index,'type']]]]]]]}}" class="header-tag position-relative align-center justify-center" bindtap="__e"><text class="{{['text-34','text-white-7',(currentItemId===item.type)?'active':'']}}">{{item.name}}</text><block wx:if="{{currentItemId===item.type}}"><view class="header-tag-active"></view></block></view></block></view><view class="flex-direction"><view data-event-opts="{{[['tap',[['handleSearch',['$event']]]]]}}" class="osition-relative margin-left" bindtap="__e"><text class="text-40 icon"></text></view><view data-event-opts="{{[['tap',[['handleMyFind',['$event']]]]]}}" class="position-relative margin-left" bindtap="__e"><text class="text-40 icon"></text><view class="header-icon-tag"></view></view></view></view></view> |