index.wxml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <<<<<<< HEAD
  2. <view class="index">
  3. <!-- 搜索栏 -->
  4. <van-search value="{{ value }}" placeholder="请输入商家名称" use-action-slot bind:change="onChange" bind:search="onSearch">
  5. <view slot="action" bind:tap="onClick">搜索</view>
  6. </van-search>
  7. =======
  8. <!-- 搜索框 -->
  9. <view class="search_container">
  10. <view class="inputContent">
  11. <van-icon name="search" />
  12. <input type="text" bindinput="onInput" bindconfirm="onInput" placeholder="搜索商品名称" />
  13. <button bindtap="onSearch" bintap="onSearch">搜索</button>
  14. </view>
  15. >>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
  16. <!-- 主页轮播图 -->
  17. <swiper class="swiper" indicator-dots indicator-color="#CBCBCB" indicator-active-color="#F9872C" autoplay interval="2000" circular>
  18. <swiper-item>
  19. <image src="/images/image/swiper1-index.png"></image>
  20. </swiper-item>
  21. <swiper-item>
  22. <image src="/images/image/swiper1-index.png"></image>
  23. </swiper-item>
  24. </swiper>
  25. <<<<<<< HEAD
  26. <!-- 商品标签页 -->
  27. =======
  28. <!-- 商品标签页 -->
  29. >>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
  30. </view>