|
@@ -39,7 +39,7 @@
|
|
|
<transition name="fade">
|
|
|
<div class="searchcon" v-if="showInput">
|
|
|
<img :src="require('@/assets/images/icon/label_search.png')" alt="">
|
|
|
- <input v-model="searchKey" type="text" placeholder="请输入展览名称">
|
|
|
+ <input v-model="searchKey" type="text" placeholder="请输入藏品名称">
|
|
|
<span @click="showInput=false,searchKey=''">取消</span>
|
|
|
</div>
|
|
|
</transition>
|