抖音c端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

54 рядки
2.6 KiB

  1. <!-- <navbar text="门店"></navbar> -->
  2. <!-- <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList">
  3. <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image>
  4. <view class="title1" style="line-height:{{navLineHeight}}">门店</view>
  5. </view> -->
  6. <!-- 左侧滚动栏 -->
  7. <!-- <view style="height:{{navigationBarHeight}} "></view> -->
  8. <view class="bgBox">
  9. <view style="height: 20rpx;"></view>
  10. <view class="search" bindtap="goSearchBar">
  11. <span class="iconfont icon-sousuo searchicon"></span>搜索门店</view>
  12. <view style='float: left;' class='left'>
  13. <scroll-view scroll-y scroll-with-animation scroll-left="{{scrollLength}}" class='scrollY' style='height: {{windowHeight-160}}px;'>
  14. <view class='all clear'>
  15. <block tt:for="{{lists}}" tt:key="{{index}}">
  16. <view bindtap='jumpIndex' data-menuindex='{{item.id}}'>
  17. <view class="{{indexId==item.id?'text-style':'text-styleHover'}}">
  18. <text class="{{indexId==item.id?'active1':''}}">{{item.title}}</text>
  19. <text class="{{indexId==item.id?'active':''}}" style="{{mouldType==1?'background:linear-gradient(127deg,#BC8D3E , 0%,#E3BA79 100%);':''}}"></text>
  20. </view>
  21. </view>
  22. </block>
  23. </view>
  24. </scroll-view>
  25. </view>
  26. <view class='lists'>
  27. <view class='posi' tt:if="{{merchantVoList.length>0}}">
  28. <view class='posi_logo' tt:for="{{merchantVoList}}" tt:key="index" >
  29. <view class="floor" tt:if="{{mouldType==1}}">{{item.shopVoList[0].floorName}}</view>
  30. <view class='merchants' bindtap='gotoDetail' data-id='{{item.id}}'>
  31. <view style=' margin-left: 24rpx;margin-top: 24rpx;'>
  32. <image src='{{item.merchantImgUrl}}'></image>
  33. </view>
  34. <view class='leftBox'>
  35. <view class='merchantName'>{{item.merchantName}}</view>
  36. <view class='shopVo'>
  37. <view class='shopVoList'>
  38. <text tt:for="{{item.shopVoList}}" tt:key="{{index}}" tt:for-item="itemName">{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text>
  39. </view>
  40. </view>
  41. </view>
  42. </view>
  43. <image tt:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
  44. </view>
  45. </view>
  46. <view class='position' tt:if="{{merchantVoList.length==0}}">
  47. 暂无数据
  48. </view>
  49. </view>
  50. </view>
  51. <!-- <image class="map" src="{{map}}" bindtap="goMap"></image> -->
  52. <tabbar/>