Commit 7be65abb authored by 罗新东's avatar 罗新东

去掉接口没有加搜索条件的列表页面

parent c8394bd0
Pipeline #7273 passed with stage
in 12 seconds
This diff is collapsed.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<van-sticky> <van-sticky>
<LHeader :text="text"></LHeader> <LHeader :text="text"></LHeader>
</van-sticky> </van-sticky>
<van-sticky offset-top="1.5rem"> <!-- <van-sticky offset-top="1.5rem">
<van-search <van-search
v-model="searchValue" v-model="searchValue"
show-action show-action
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
<div @click="onSearch">搜索</div> <div @click="onSearch">搜索</div>
</template> </template>
</van-search> </van-search>
</van-sticky> </van-sticky> -->
<!-- tab标签 --> <!-- tab标签 -->
<van-tabs v-model="active" @change="postList" color="#2980f7" animated <van-tabs v-model="active" @change="postList" color="#2980f7" animated
:sticky="true" :sticky="true"
offset-top="3rem"> offset-top="1.5rem">
<van-tab v-for="(item, key) in tabs" :key="key" :title="item.title"> <van-tab v-for="(item, key) in tabs" :key="key" :title="item.title">
<div v-show="key == active"> <div v-show="key == active">
<div class="con-list" @touchmove="showIndex = null"> <div class="con-list" @touchmove="showIndex = null">
......
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
<van-col span="9" <van-col span="9"
><span class="field-title" ><span class="field-title"
>认定隐患级别:</span >认定隐患级别:</span
></van-col ></van-col
> >
<van-col <van-col
span="10 span="10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment