You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class='applyshop'>适用门店</view>
- <view class='posi' style='overflow:{{hidden}};height:{{height}}'>
- <view class='posi_logo' tt:for="{{merchantVoList}}" tt:key="index">
- <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>
- <image tt:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
- </view>
- </view>
- <view class='bottom' bindtap='more' tt:if="{{showMore}}">{{more}}</view>
|