|
|
@@ -1,40 +1,43 @@ |
|
|
|
<navbar text="门店"></navbar> |
|
|
|
<!-- 左侧滚动栏 --> |
|
|
|
<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'> |
|
|
|
<view class='all clear'> |
|
|
|
<block wx:for="{{lists}}" wx:key="{{index}}"> |
|
|
|
<view bindtap='jumpIndex' data-menuindex='{{item.id}}'> |
|
|
|
<view class="{{indexId==item.id?'text-style':'text-styleHover'}}"> |
|
|
|
<text class="{{indexId==item.id?'active1':''}}">{{item.title}}</text> |
|
|
|
<text class="{{indexId==item.id?'active':''}}"></text> |
|
|
|
<view style="padding-top:{{navigationBarHeight}}"> |
|
|
|
<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'> |
|
|
|
<view class='all clear'> |
|
|
|
<block wx:for="{{lists}}" wx:key="{{index}}"> |
|
|
|
<view bindtap='jumpIndex' data-menuindex='{{item.id}}'> |
|
|
|
<view class="{{indexId==item.id?'text-style':'text-styleHover'}}"> |
|
|
|
<text class="{{indexId==item.id?'active1':''}}">{{item.title}}</text> |
|
|
|
<text class="{{indexId==item.id?'active':''}}"></text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='lists'> |
|
|
|
<view class='posi' wx:if="{{merchantVoList.length>0}}"> |
|
|
|
<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;'> |
|
|
|
<image src='{{item.merchantImgUrl}}'></image> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class='merchantName'>{{item.merchantName}}</text> |
|
|
|
<view class='shopVo'> |
|
|
|
<view class='shopVoList' wx:for="{{item.shopVoList}}" wx:key="{{index}}" wx:for-item="itemName"> |
|
|
|
<text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text><text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text> |
|
|
|
<view class='lists'> |
|
|
|
<view class='posi' wx:if="{{merchantVoList.length>0}}"> |
|
|
|
<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;'> |
|
|
|
<image src='{{item.merchantImgUrl}}'></image> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class='merchantName'>{{item.merchantName}}</text> |
|
|
|
<view class='shopVo'> |
|
|
|
<view class='shopVoList' wx:for="{{item.shopVoList}}" wx:key="{{index}}" wx:for-item="itemName"> |
|
|
|
<text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text><text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
<image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='position' wx:if="{{merchantVoList.length==0}}"> |
|
|
|
暂无数据 |
|
|
|
<view class='position' wx:if="{{merchantVoList.length==0}}"> |
|
|
|
暂无数据 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |