@@ -1,9 +1,9 @@
<template>
<div class="visitList">
- <!-- <van-sticky>
+ <van-sticky>
<m-header v-if="headerStatus" :isFixed="false" />
- </van-sticky> -->
- <van-tabs v-model="active" @change="tabChange" title-active-color="#000000" title-inactive-color="#808080" color="#01C1B5" class="van-hairline--bottom">
+ </van-sticky>
+ <van-tabs v-model="active" @change="tabChange" sticky title-active-color="#000000" title-inactive-color="#808080" color="#01C1B5" class="van-hairline--bottom">
<van-tab title="待回访列表" name="all">
<beforeVisitList />
</van-tab>