|
|
@@ -5,7 +5,7 @@
|
|
|
<span :class="activeType==='isattention'?'mobile-switch-btn active':'mobile-switch-btn'" @click="ChangeTab('isattention')">未关注</span>
|
|
|
</div>
|
|
|
<div class="search-content" style="padding-bottom: 0.25rem">
|
|
|
- <input type="text" placeholder="请输入您要搜索的类目(产品名称)" v-model="keyword" @keyup.13="searchSeek">
|
|
|
+ <input type="text" placeholder="请输入您要搜索的物料名称(类目)" v-model="keyword" @keyup.13="searchSeek">
|
|
|
<span @click="searchSeek" >
|
|
|
<i class="iconfont icon-sousuo"></i>
|
|
|
</span>
|