|
|
@@ -1,7 +1,7 @@ |
|
|
|
<!-- 左侧滚动栏 --> |
|
|
|
<view class='under_line'></view> |
|
|
|
<view style='float: left' class='left'> |
|
|
|
<scroll-view scroll-y scroll-with-animation scroll-left="{{scrollLength}}" class='scrollY' style='height: {{winHeight}}px'> |
|
|
|
<scroll-view scroll-y scroll-with-animation scroll-left="{{scrollLength}}" class='scrollY' style='height: {{windowHeight}}px'> |
|
|
|
<view class='all clear'> |
|
|
|
<block wx:for="{{lists}}" wx:key="{{index}}"> |
|
|
|
<view bindtap='jumpIndex' data-menuindex='{{item.id}}'> |
|
|
|