ソースを参照

Merge branch 'iterationApp' into dev

lex-xin 3 年 前
コミット
cfd3a6c581
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/views/visitManager/visitList.vue

+ 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" sticky offset-top="0.44rem" title-active-color="#000000" title-inactive-color="#808080" color="#01C1B5" class="van-hairline--bottom">
+        </van-sticky> -->
+        <van-tabs v-model="active" @change="tabChange" title-active-color="#000000" title-inactive-color="#808080" color="#01C1B5" class="van-hairline--bottom">
             <van-tab title="待回访列表" name="all">
                 <beforeVisitList />
             </van-tab>