|
|
@ -2,7 +2,7 @@ |
|
|
|
<view class="container"> |
|
|
|
<view class="container"> |
|
|
|
<view class="search"> |
|
|
|
<view class="search"> |
|
|
|
<image :src="$picUrl+'/static/home/search.png'" mode="" class="searchIcon"></image> |
|
|
|
<image :src="$picUrl+'/static/home/search.png'" mode="" class="searchIcon"></image> |
|
|
|
<input v-model="searchValue" class="input" focus="true" placeholder="iPhone15" type="text" /> |
|
|
|
<input v-model="searchValue" confirm-type="搜索" show-confirm-bar @confirm="getSearchInfo" class="input" focus="true" placeholder="iPhone15" type="text" /> |
|
|
|
<view class="searchBtn" @click="getSearchInfo"> |
|
|
|
<view class="searchBtn" @click="getSearchInfo"> |
|
|
|
搜索 |
|
|
|
搜索 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|