|
-
- <view class="applyshopBox" bindtap="goFitShop">
- <view class='applyshop'>适用门店</view>
- <image src="https://formall.oss-accelerate.aliyuncs.com/cimg/chevron.png" mode="widthFix" class="genduoImg">
- </image>
- <view class="goShop">{{merchantVoList.length+'家店适用'}}</view>
-
- </view>
- <!-- style='overflow:{{hidden}};height:{{height}}' -->
- <view class='posi'>
- <view class='posi_logo'>
- <view bindtap='gotoDetail' data-id='{{merchantVoList[0].id}}'>
- <image src='{{merchantVoList[0].merchantImgUrl}}'></image>
- </view>
- <view bindtap='gotoDetail' data-id='{{merchantVoList[0].id}}'>
- <view class='name'>{{merchantVoList[0].merchantName}}</view>
- <view class='shopVoList'>
- <view tt:for="{{merchantVoList[0].shopVoList}}" tt:key="{{index}}" tt:for-item="itemName" class="shopCh">
- <text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
- <text class='douhao' tt:if="{{item.shopVoList.length>1}}">,</text>
- </view>
- </view>
- </view>
- <view class="telBox" tt:if="{{merchantVoList[0].linkLinePhone}}">
- <image bindtap='phone' data-merchantLinkPhone='{{merchantVoList[0].linkLinePhone}}' class="telImg" src="{{teljpgUrl}}" mode="widthFix" />
- <view class="telText">电话</view>
- </view>
- <view class="certificationBox" tt:if="{{merchantVoList[0].latitude&&merchantVoList[0].longitude}}" bindtap="goCertification" data-id="{{merchantVoList[0].id}}">
- <image class="certificationImg" src="../../assets/imgData/certification.png" mode="widthFix" />
- <view class="telText">资质</view>
- </view>
- </view>
- <view class="siteBox" tt:if="{{merchantVoList[0].latitude&&merchantVoList[0].longitude}}" bindtap="goMap" data-item="{{merchantVoList[0]}}">
- <view class="siteText">{{merchantVoList[0].addr}}</view>
- <image class="siteImg" src="../../assets/imgData/siteImg.png" mode="widthFix" />
- </view>
- </view>
-
- <!-- <view class='posi' tt:for="{{merchantVoList}}" tt:key="index">
- <view class='posi_logo'>
- <view bindtap='gotoDetail' data-id='{{item.id}}'>
- <image src='{{item.merchantImgUrl}}'></image>
- </view>
- <view bindtap='gotoDetail' data-id='{{item.id}}'>
- <view class='name'>{{item.merchantName}}</view>
- <view class='shopVoList'>
- <view tt:for="{{item.shopVoList}}" tt:key="{{index}}" tt:for-item="itemName">
- <text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
- <text class='douhao' tt:if="{{item.shopVoList.length>1}}">,</text>
- </view>
- </view>
- </view>
- <view class="telBox" tt:if="{{item.linkLinePhone}}">
- <image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="telImg" src="{{teljpgUrl}}" mode="widthFix" />
- <view class="telText">电话</view>
- </view>
- <view class="certificationBox" tt:if="{{item.latitude&&item.longitude}}" bindtap="goCertification" data-id="{{item.id}}">
- <image class="certificationImg" src="../../assets/imgData/certification.png" mode="widthFix" />
- <view class="telText">资质</view>
- </view>
- </view>
- <view class="siteBox" tt:if="{{item.latitude&&item.longitude}}" bindtap="goMap" data-item="{{item}}">
- <view class="siteText">{{item.addr}}</view>
- <image class="siteImg" src="../../assets/imgData/siteImg.png" mode="widthFix" />
- </view>
- </view> -->
-
- <view class='bottom' bindtap='more' tt:if="{{showMore}}">{{more}}</view>
|