抖音c端
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.

70 lines
3.4 KiB

  1. <view class="applyshopBox" bindtap="goFitShop">
  2. <view class='applyshop'>适用门店</view>
  3. <image src="https://formall.oss-accelerate.aliyuncs.com/cimg/chevron.png" mode="widthFix" class="genduoImg">
  4. </image>
  5. <view class="goShop">{{merchantVoList.length+'家店适用'}}</view>
  6. </view>
  7. <!-- style='overflow:{{hidden}};height:{{height}}' -->
  8. <view class='posi'>
  9. <view class='posi_logo'>
  10. <view bindtap='gotoDetail' data-id='{{merchantVoList[0].id}}'>
  11. <image src='{{merchantVoList[0].merchantImgUrl}}'></image>
  12. </view>
  13. <view bindtap='gotoDetail' data-id='{{merchantVoList[0].id}}'>
  14. <view class='name'>{{merchantVoList[0].merchantName}}</view>
  15. <view class='shopVoList'>
  16. <view tt:for="{{merchantVoList[0].shopVoList}}" tt:key="{{index}}" tt:for-item="itemName" class="shopCh">
  17. <text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
  18. <text class='douhao' tt:if="{{item.shopVoList.length>1}}">,</text>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="telBox" tt:if="{{merchantVoList[0].linkLinePhone}}">
  23. <image bindtap='phone' data-merchantLinkPhone='{{merchantVoList[0].linkLinePhone}}' class="telImg"
  24. src="{{teljpgUrl}}" mode="widthFix" />
  25. <view class="telText">电话</view>
  26. </view>
  27. <view class="certificationBox" tt:if="{{merchantVoList[0].latitude&&merchantVoList[0].longitude}}"
  28. bindtap="goCertification" data-id="{{merchantVoList[0].id}}">
  29. <image class="certificationImg" src="../../assets/imgData/certification.png" mode="widthFix" />
  30. <view class="telText">资质</view>
  31. </view>
  32. </view>
  33. <view class="siteBox" tt:if="{{merchantVoList[0].latitude&&merchantVoList[0].longitude}}" bindtap="goMap"
  34. data-item="{{merchantVoList[0]}}">
  35. <view class="siteText">{{merchantVoList[0].addr}}</view>
  36. <image class="siteImg" src="../../assets/imgData/siteImg.png" mode="widthFix" />
  37. </view>
  38. </view>
  39. <!-- <view class='posi' tt:for="{{merchantVoList}}" tt:key="index">
  40. <view class='posi_logo'>
  41. <view bindtap='gotoDetail' data-id='{{item.id}}'>
  42. <image src='{{item.merchantImgUrl}}'></image>
  43. </view>
  44. <view bindtap='gotoDetail' data-id='{{item.id}}'>
  45. <view class='name'>{{item.merchantName}}</view>
  46. <view class='shopVoList'>
  47. <view tt:for="{{item.shopVoList}}" tt:key="{{index}}" tt:for-item="itemName">
  48. <text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
  49. <text class='douhao' tt:if="{{item.shopVoList.length>1}}">,</text>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="telBox" tt:if="{{item.linkLinePhone}}">
  54. <image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="telImg" src="{{teljpgUrl}}" mode="widthFix" />
  55. <view class="telText">电话</view>
  56. </view>
  57. <view class="certificationBox" tt:if="{{item.latitude&&item.longitude}}" bindtap="goCertification" data-id="{{item.id}}">
  58. <image class="certificationImg" src="../../assets/imgData/certification.png" mode="widthFix" />
  59. <view class="telText">资质</view>
  60. </view>
  61. </view>
  62. <view class="siteBox" tt:if="{{item.latitude&&item.longitude}}" bindtap="goMap" data-item="{{item}}">
  63. <view class="siteText">{{item.addr}}</view>
  64. <image class="siteImg" src="../../assets/imgData/siteImg.png" mode="widthFix" />
  65. </view>
  66. </view> -->
  67. <view class='bottom' bindtap='more' tt:if="{{showMore}}">{{more}}</view>