zs 2 years ago
parent
commit
937f1a165d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/message/index.vue

+ 2 - 2
pages/message/index.vue

@@ -3,9 +3,9 @@
 		<scroll-view scroll-y="true" class="scroll-view" @scrolltolower="toPage">
 			<view class="list-scroll-view">
 				<view class="main">
-					<view class="one">
+					<!-- <view class="one">
 						<input type="text" v-model="searchInfo.name" @input="toInput" placeholder="搜索">
-					</view>
+					</view> -->
 					<view class="two">
 						<view class="list" v-for="(item,index) in list" :key="index" @tap="toInfo(item)">
 							<image class="image"