|
|
@@ -1,10 +1,10 @@ |
|
|
|
<navbar text="门店"></navbar> |
|
|
|
<!-- 左侧滚动栏 --> |
|
|
|
<view class="search" style="position:fixed;top:{{navigationBarHeight}}px;" bindtap="goSearchBar">搜索门店</view> |
|
|
|
<view style="margin-top:330rpx;"> |
|
|
|
<view class="search" style="position:fixed;top:{{navigationBarHeight+5}}px;" bindtap="goSearchBar"><span class="iconfont icon-sousuo searchicon"></span>搜索门店</view> |
|
|
|
<view style="margin-top:{{navigationBarHeight+42}}px;"> |
|
|
|
<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: {{windowHeight}}px;top:{{navigationBarHeight+39}}px;'> |
|
|
|
<scroll-view scroll-y scroll-with-animation scroll-left="{{scrollLength}}" class='scrollY' style='height: {{windowHeight-navigationBarHeight-160}}px;top:{{navigationBarHeight+46}}px;'> |
|
|
|
<view class='all clear'> |
|
|
|
<block wx:for="{{lists}}" wx:key="{{index}}"> |
|
|
|
<view bindtap='jumpIndex' data-menuindex='{{item.id}}'> |
|
|
@@ -19,7 +19,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='lists'> |
|
|
|
<view class='posi' wx:if="{{merchantVoList.length>0}}"> |
|
|
|
<view class='posi' wx:if="{{merchantVoList.length>0}}" style="padding-bottom:100rpx;"> |
|
|
|
<view class='posi_logo' wx:for="{{merchantVoList}}" wx:key="index"> |
|
|
|
<view class='merchants' bindtap='gotoDetail' data-id='{{item.id}}'> |
|
|
|
<view style=' margin-left: 24rpx;margin-top: 24rpx;'> |
|
|
|