关闭信息
parent
0de2f27018
commit
3ce6f61448
|
|
@ -4,7 +4,7 @@
|
|||
<view class="search-iconfont-container">
|
||||
<u-icon propName="search-fine"></u-icon>
|
||||
</view>
|
||||
<input class="flex-1" type="text" v-model="search_keywords" :adjust-position="false" placeholder-style="font-size:28rpx" :placeholder="$t('search.search.ic9b89')" @input="handle_search" @confirm="perform_search" />
|
||||
<input class="flex-1" type="text" v-model="search_keywords" :adjust-position="false" :placeholder="$t('search.search.ic9b89')" @input="handle_search" @confirm="perform_search" />
|
||||
<view class="search-line"></view>
|
||||
<text class="search-button" @tap="perform_search">{{$t('common.search')}}</text>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue