zhSlidingMenu.wxml 1.5 KB

1
  1. <view class="content data-v-02584d21" style="{{'height:'+(scrollH+'px')+';'}}"><view class="cont data-v-02584d21"><scroll-view class="cont_view menu-scroll-view data-v-02584d21" style="{{$root.s0}}" scroll-y="{{true}}" scroll-with-animation="{{true}}" scroll-top="{{scrollTop}}" scroll-into-view="{{itemId}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['swichMenu',[index]]]]]}}" class="menu_item data-v-02584d21" style="{{item.s1}}" catchtap="__e"><view class="menu_item_name data-v-02584d21">{{item.$orig[keyName]}}</view><block wx:if="{{current==index&&isTeg}}"><view class="y_teg data-v-02584d21" style="{{'background:'+(tegColor)+';'}}"></view></block></view></block></scroll-view><scroll-view style="{{$root.s2}}" scroll-top="{{scrollRightTop}}" scroll-y="{{true}}" scroll-with-animation="{{true}}" data-event-opts="{{[['scroll',[['rightScroll',['$event']]]]]}}" bindscroll="__e" class="data-v-02584d21"><view class="menu_right_view data-v-02584d21"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="menu_right_item data-v-02584d21" id="{{'item'+index}}"><view class="menu_right_title data-v-02584d21">{{item.$orig[keyName]}}</view><view class="data-v-02584d21"><slot></slot><scoped-slots-default scroll_list="{{item.$orig[tabbarName]}}" language="{{language}}" class="scoped-ref" bind:__l="__l"></scoped-slots-default></view></view></block></view></scroll-view></view></view>