|
@@ -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"
|