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

68 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" src="{{teljpgUrl}}" mode="widthFix" />
  24. <view class="telText">电话</view>
  25. </view>
  26. <view class="certificationBox" tt:if="{{merchantVoList[0].latitude&&merchantVoList[0].longitude}}" bindtap="goCertification" data-id="{{merchantVoList[0].id}}">
  27. <image class="certificationImg" src="../../assets/imgData/certification.png" mode="widthFix" />
  28. <view class="telText">资质</view>
  29. </view>
  30. </view>
  31. <view class="siteBox" tt:if="{{merchantVoList[0].latitude&&merchantVoList[0].longitude}}" bindtap="goMap" data-item="{{merchantVoList[0]}}">
  32. <view class="siteText">{{merchantVoList[0].addr}}</view>
  33. <image class="siteImg" src="../../assets/imgData/siteImg.png" mode="widthFix" />
  34. </view>
  35. </view>
  36. <!-- <view class='posi' tt:for="{{merchantVoList}}" tt:key="index">
  37. <view class='posi_logo'>
  38. <view bindtap='gotoDetail' data-id='{{item.id}}'>
  39. <image src='{{item.merchantImgUrl}}'></image>
  40. </view>
  41. <view bindtap='gotoDetail' data-id='{{item.id}}'>
  42. <view class='name'>{{item.merchantName}}</view>
  43. <view class='shopVoList'>
  44. <view tt:for="{{item.shopVoList}}" tt:key="{{index}}" tt:for-item="itemName">
  45. <text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
  46. <text class='douhao' tt:if="{{item.shopVoList.length>1}}">,</text>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="telBox" tt:if="{{item.linkLinePhone}}">
  51. <image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="telImg" src="{{teljpgUrl}}" mode="widthFix" />
  52. <view class="telText">电话</view>
  53. </view>
  54. <view class="certificationBox" tt:if="{{item.latitude&&item.longitude}}" bindtap="goCertification" data-id="{{item.id}}">
  55. <image class="certificationImg" src="../../assets/imgData/certification.png" mode="widthFix" />
  56. <view class="telText">资质</view>
  57. </view>
  58. </view>
  59. <view class="siteBox" tt:if="{{item.latitude&&item.longitude}}" bindtap="goMap" data-item="{{item}}">
  60. <view class="siteText">{{item.addr}}</view>
  61. <image class="siteImg" src="../../assets/imgData/siteImg.png" mode="widthFix" />
  62. </view>
  63. </view> -->
  64. <view class='bottom' bindtap='more' tt:if="{{showMore}}">{{more}}</view>