1 |
- <view class="second-class dir-left-nowrap data-v-6ea9efba"><block wx:if="{{switchBool}}"><view class="spring-board data-v-6ea9efba"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="ollapse main-right data-v-6ea9efba" bindtap="__e"><image class="ollapse-icon data-v-6ea9efba" src="./image/ollapse.png"></image></view><view class="ollapse-view data-v-6ea9efba"><block wx:for="{{list}}" wx:for-item="it" wx:for-index="key" wx:key="key"><text data-event-opts="{{[['tap',[['setNav',['$0',key],[[['list','',key]]]]]]]}}" class="{{['item data-v-6ea9efba',(key===activeIndexTwo)?'active':'']}}" bindtap="__e">{{''+it.name+''}}</text></block></view></view></block><block wx:if="{{!switchBool}}"><scroll-view class="left dir-left-nowrap main-center data-v-6ea9efba" scroll-x="{{true}}"><view class="data-v-6ea9efba"><block wx:for="{{list}}" wx:for-item="it" wx:for-index="key" wx:key="key"><text data-event-opts="{{[['tap',[['setNav',['$0',key],[[['list','',key]]]]]]]}}" class="{{['item data-v-6ea9efba',(key===activeIndexTwo)?'active':'']}}" bindtap="__e">{{''+it.name+''}}</text></block></view></scroll-view></block><block wx:if="{{!switchBool}}"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="right data-v-6ea9efba" bindtap="__e"><image class="icon data-v-6ea9efba" src="./image/expand.png"></image></view></block></view>
|