index.wxml 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <!-- 自定义头部 -->
  2. <My_navBar />
  3. <!-- 轮播图 -->
  4. <My_BannerSwiper swiperBannerList="{{swiperBannerList}}" />
  5. <!-- 宫格区域 -->
  6. <view class="grid_box">
  7. <van-grid border="{{false}}" column-num="4" icon-size='58' bindtap="gridJumpPage">
  8. <van-grid-item wx:for="{{gridList}}" data-name="{{item.text}}" icon="{{item.icon}}" text="{{item.text}}" text-class="grid-text-class" />
  9. </van-grid>
  10. </view>
  11. <!-- 搜索 -->
  12. <My_Search checked='{{ftype}}' bindshowPop='typePopChange' bindsearchContent='searchContent' />
  13. <!-- 搜索分类选择 -->
  14. <van-popup show="{{ typePopShow }}" position='bottom' z-index='9999999999999' bind:close="typePopChange">
  15. <My_MultipleChoice isAll='{{true}}' pitchOnItem='{{ftype}}' bindoptionChange='typeCallBack' />
  16. </van-popup>
  17. <!-- 供需列表 -->
  18. <My_SupplyAndDemandList list="{{productList}}" bind:shareCallBack='shareCallBack' />
  19. <!-- 占位 -->
  20. <view style="height: 90rpx; width: 50rpx;" />
  21. <!-- 自定义模态框 -->
  22. <My_showModel isShow='{{MyModelShow}}' bindcallBack='MyShowModelCallBack' content='{{MyModelText}}' cancel='取消' confirm='确定' ifTabBar />
  23. <!-- 调用tabbar中的信息查询 -->
  24. <view style="height: 0; width: 0; overflow: hidden;">
  25. <CusTabBar id="gxshuju" />
  26. </view>
  27. <!-- 贴边按钮 -->
  28. <navigator class="welt" url='#' bindtap="toRelease">
  29. <image src="/static/flyLetter.png" style="height: 34rpx; margin-right: 10rpx; margin-left: 26rpx;" mode="heightFix" />发布
  30. </navigator>