index.wxml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <My_GeneralTemplate padTop="15rpx" padBot="16rpx">
  2. <!-- 宫格 -->
  3. <view class="grid_box">
  4. <van-grid border="{{false}}" bindtap="gridJumpPage">
  5. <van-grid-item wx:for="{{gridList}}" data-name="{{item.text}}" icon="{{item.icon}}" text="{{item.text}}" text-class="grid_text-class" />
  6. </van-grid>
  7. </view>
  8. </My_GeneralTemplate>
  9. <!-- tabs切换栏 -->
  10. <view class="tabs_box" style="margin-top: 25rpx;">
  11. <van-tabs active="{{ active }}" tab-class="tabs-tab-class" tab-active-class="tabs-active-class" ellipsis="{{false}}" line-width="30px" color="#4DC2D4" title-active-color="#4DC2D4" swipeable>
  12. <view style="height: 10rpx;"></view>
  13. <van-tab title="我要联系">
  14. <My_SupplyAndDemandItemBox wx:for="{{5}}" title="【窗帘布】各位老板看下有以下面料的联系" time="2021-11-10 14:23:43">
  15. <!-- 内容信息插槽 -->
  16. <view slot="dataAndBut">
  17. <view class="dataAndBut">
  18. <view class="dataAndBut_data">
  19. 浏览次数:245次<text>意向沟通人数</text>:134次
  20. </view>
  21. <view class="dataAndBut_but">
  22. <van-button color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut">我要联系</van-button>
  23. </view>
  24. </view>
  25. </view>
  26. </My_SupplyAndDemandItemBox>
  27. </van-tab>
  28. <van-tab title="正在对接">
  29. <My_SupplyAndDemandItemBox wx:for="{{5}}" title="【窗帘布】各位老板看下有以下面料的联系" time="2021-11-10 14:23:43">
  30. <!-- 内容信息插槽 -->
  31. <view slot="dataAndBut">
  32. <view class="dataAndBut">
  33. <view class="dataAndBut_data">
  34. 浏览次数:245次<text>意向沟通人数</text>:134次
  35. </view>
  36. <view class="dataAndBut_but">
  37. <van-button color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut butt-joint">正在对接</van-button>
  38. </view>
  39. </view>
  40. </view>
  41. </My_SupplyAndDemandItemBox>
  42. </van-tab>
  43. <van-tab title="已解决">
  44. <My_SupplyAndDemandItemBox wx:for="{{5}}" title="【窗帘布】各位老板看下有以下面料的联系" time="2021-11-10 14:23:43">
  45. <!-- 内容信息插槽 -->
  46. <view slot="dataAndBut">
  47. <view class="dataAndBut">
  48. <view class="dataAndBut_data">
  49. 浏览次数:245次<text>意向沟通人数</text>:134次
  50. </view>
  51. <view class="dataAndBut_but">
  52. <van-button color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut butt-joint">已解决</van-button>
  53. </view>
  54. </view>
  55. </view>
  56. </My_SupplyAndDemandItemBox>
  57. </van-tab>
  58. <van-tab title="已过期">
  59. <My_SupplyAndDemandItemBox wx:for="{{5}}" title="【窗帘布】各位老板看下有以下面料的联系" time="2021-11-10 14:23:43">
  60. <!-- 内容信息插槽 -->
  61. <view slot="dataAndBut">
  62. <view class="dataAndBut">
  63. <view class="dataAndBut_data">
  64. 浏览次数:245次<text>意向沟通人数</text>:134次
  65. </view>
  66. <view class="dataAndBut_but">
  67. <van-button color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut butt-joint">已过期</van-button>
  68. </view>
  69. </view>
  70. </view>
  71. </My_SupplyAndDemandItemBox>
  72. </van-tab>
  73. <van-tab title="我的需求">
  74. <My_SupplyAndDemandItemBox wx:for="{{5}}" title="【窗帘布】各位老板看下有以下面料的联系" time="2021-11-10 14:23:43">
  75. <!-- 下架按钮插槽 -->
  76. <view slot="soldOutBut">
  77. <van-button plain color="#4DC2D4" custom-class="soldOutBut">下架</van-button>
  78. </view>
  79. <!-- 内容信息插槽 -->
  80. <view slot="dataAndBut">
  81. <view class="dataAndBut">
  82. <view class="dataAndBut_data">
  83. 浏览次数:245次<text>意向沟通人数</text>:134次
  84. </view>
  85. <view class="dataAndBut_but">
  86. <van-button color="#4DC2D4" custom-class="custom-slotBut">编辑</van-button>
  87. <van-button color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut">正在对接</van-button>
  88. </view>
  89. </view>
  90. </view>
  91. </My_SupplyAndDemandItemBox>
  92. </van-tab>
  93. </van-tabs>
  94. </view>
  95. <!-- 右侧吸附按钮 -->
  96. <My_adsorbRight></My_adsorbRight>