|
|
|
@ -6,7 +6,7 @@
|
|
|
|
<view class="fixed-box">
|
|
|
|
<view class="fixed-box">
|
|
|
|
<view class="search-bar">
|
|
|
|
<view class="search-bar">
|
|
|
|
<view class="search-box">
|
|
|
|
<view class="search-box">
|
|
|
|
<input class="sear-input" :value="prodName" @input="getSearchContent" confirm-type="search" @confirm="toSearchConfirm"></input>
|
|
|
|
<input placeholder="输入关键字搜索" class="sear-input" :value="prodName" @input="getSearchContent" confirm-type="search" @confirm="toSearchConfirm"></input>
|
|
|
|
<image src="/static/images/icon/search.png" class="search-img"></image>
|
|
|
|
<image src="/static/images/icon/search.png" class="search-img"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="search-list-img" @tap="changeShowType">
|
|
|
|
<view class="search-list-img" @tap="changeShowType">
|
|
|
|
@ -54,7 +54,6 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view v-if="!searchProdList.length" :class="['empty',showType==1? 'empty-top':'']">暂无结果</view>
|
|
|
|
<view v-if="!searchProdList.length" :class="['empty',showType==1? 'empty-top':'']">暂无结果</view>
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
@ -204,4 +203,4 @@ export default {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
@import "./search-prod-show.css";
|
|
|
|
@import "./search-prod-show.css";
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|