12345678910111213141516171819202122232425262728293031323334 |
- <<<<<<< HEAD
- <view class="index">
- <!-- 搜索栏 -->
- <van-search value="{{ value }}" placeholder="请输入商家名称" use-action-slot bind:change="onChange" bind:search="onSearch">
- <view slot="action" bind:tap="onClick">搜索</view>
- </van-search>
- =======
- <!-- 搜索框 -->
- <view class="search_container">
- <view class="inputContent">
- <van-icon name="search" />
- <input type="text" bindinput="onInput" bindconfirm="onInput" placeholder="搜索商品名称" />
- <button bindtap="onSearch" bintap="onSearch">搜索</button>
- </view>
- >>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
- <!-- 主页轮播图 -->
- <swiper class="swiper" indicator-dots indicator-color="#CBCBCB" indicator-active-color="#F9872C" autoplay interval="2000" circular>
- <swiper-item>
- <image src="/images/image/swiper1-index.png"></image>
- </swiper-item>
- <swiper-item>
- <image src="/images/image/swiper1-index.png"></image>
- </swiper-item>
- </swiper>
- <<<<<<< HEAD
- <!-- 商品标签页 -->
- =======
- <!-- 商品标签页 -->
-
- >>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
- </view>
|