|
@ -3,7 +3,7 @@ |
|
|
<view class="search-box flex-center"> |
|
|
<view class="search-box flex-center"> |
|
|
<view class="search flex-center"> |
|
|
<view class="search flex-center"> |
|
|
<uni-icons type="search" size="25" color="#B3B3B3"></uni-icons> |
|
|
<uni-icons type="search" size="25" color="#B3B3B3"></uni-icons> |
|
|
<input type="text" @confirm="getList()" placeholder="搜索场馆" v-model="title" /> |
|
|
<input type="text" @confirm="list=[];getList()" placeholder="搜索场馆" v-model="title" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|