|
@@ -1,10 +1,10 @@ |
|
|
<navbar text="门店"></navbar> |
|
|
<navbar text="门店"></navbar> |
|
|
<!-- 左侧滚动栏 --> |
|
|
<!-- 左侧滚动栏 --> |
|
|
<view style="position:fixed;top:{{navigationBarHeight*2}}rpx;left:30rpx;" bindtap="goSearchBar"></view> |
|
|
|
|
|
<view style="margin-top:300rpx;"> |
|
|
|
|
|
|
|
|
<view class="search" style="position:fixed;top:{{navigationBarHeight}}px;" bindtap="goSearchBar">搜索门店</view> |
|
|
|
|
|
<view style="margin-top:330rpx;"> |
|
|
<view class='under_line'></view> |
|
|
<view class='under_line'></view> |
|
|
<view style='float: left' class='left'> |
|
|
<view style='float: left' class='left'> |
|
|
<scroll-view scroll-y scroll-with-animation scroll-left="{{scrollLength}}" class='scrollY' style='height: {{windowHeight}}px;top:200rpx;'> |
|
|
|
|
|
|
|
|
<scroll-view scroll-y scroll-with-animation scroll-left="{{scrollLength}}" class='scrollY' style='height: {{windowHeight}}px;top:{{navigationBarHeight+39}}px;'> |
|
|
<view class='all clear'> |
|
|
<view class='all clear'> |
|
|
<block wx:for="{{lists}}" wx:key="{{index}}"> |
|
|
<block wx:for="{{lists}}" wx:key="{{index}}"> |
|
|
<view bindtap='jumpIndex' data-menuindex='{{item.id}}'> |
|
|
<view bindtap='jumpIndex' data-menuindex='{{item.id}}'> |
|
|