lex-xin 3 years ago
parent
commit
8245a09461

File diff suppressed because it is too large
+ 0 - 0
dist/app.3f96e5fd3e5be3cb788a.js


File diff suppressed because it is too large
+ 0 - 0
dist/css/visitList.1d8c79cc.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/visitList.601dca07.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/visitList.7af134ed.js


+ 3 - 3
src/views/visitManager/visitList.vue

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

Some files were not shown because too many files changed in this diff