guhongwei 3 years ago
parent
commit
1adfd817e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/mobile-frame/top.vue

+ 2 - 2
src/components/mobile-frame/top.vue

@@ -3,7 +3,7 @@
     <van-row>
       <van-col span="24" class="main">
         <van-col span="24" class="common type_1" v-if="topType == '1'">
-          <van-search v-model="searchName" placeholder="请输入信息标题" @search="search" />
+          <van-search v-model="searchName" placeholder="请输入信息" @search="search" />
         </van-col>
         <van-col span="24" class="common type_2" v-else-if="topType == '2'">
           <van-nav-bar :title="this.$route.meta.title">
@@ -24,7 +24,7 @@
             <span>返回</span>
           </van-col>
           <van-col span="20" class="right">
-            <van-search v-model="searchName" placeholder="请输入信息标题" @search="search" />
+            <van-search v-model="searchName" placeholder="请输入信息" @search="search" />
           </van-col>
         </van-col>
         <van-col span="24" class="common type_4" v-else-if="topType == '4'">