diff --git a/pages/index/index.vue b/pages/index/index.vue index 645bbe9..675b112 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -21,21 +21,21 @@ --> - + - + - @@ -74,13 +74,14 @@ inactiveIcon: '/static/02.png', id: 1, }, - // { - // // 服务、案例、品牌、合作、发现、探索 - // activeIcon: '', - // inactiveIcon: '', - // iconSize: 110, - // out: true - // }, + { + //探索 + title: '你问我帮', + activeIcon: '/static/00.png', + inactiveIcon:'/static/00.png', + iconSize: 94, + out: true + }, { title: '发现', activeIcon: '/static/03_3.png', @@ -210,7 +211,7 @@ if (this.currentIndex === 0) { this.$refs.home.ReachBottom(); } - if (this.currentIndex === 2) { + if (this.currentIndex === 3) { this.$refs.pizz.ReachBottom(); } // if (this.currentIndex === 1) { @@ -220,7 +221,7 @@ // 切换导航页面 _switchTabbarPage(index) { - + console.log(index); const selectPageFlag = this.tabberPageLoadFlag[index] this.thisIndex = this.tabbarList[index].id; if (selectPageFlag === undefined) { @@ -235,7 +236,7 @@ this.$refs.directory.onload(); }, 100) } - if (index === 3) { + if (index === 4) { setTimeout(() => { this.$refs.user.onload(); }, 100) diff --git a/static/00.png b/static/00.png new file mode 100644 index 0000000..facb57a Binary files /dev/null and b/static/00.png differ diff --git a/static/01.png b/static/01.png index 8cb8d15..62bca89 100644 Binary files a/static/01.png and b/static/01.png differ diff --git a/static/01_1.png b/static/01_1.png index b4ed032..777e020 100644 Binary files a/static/01_1.png and b/static/01_1.png differ diff --git a/static/02.png b/static/02.png index 1726d78..cea4551 100644 Binary files a/static/02.png and b/static/02.png differ diff --git a/static/02_2.png b/static/02_2.png index ee4fc96..56aa958 100644 Binary files a/static/02_2.png and b/static/02_2.png differ diff --git a/static/03.png b/static/03.png index 57ee4e7..a372001 100644 Binary files a/static/03.png and b/static/03.png differ diff --git a/static/03_3.png b/static/03_3.png index 3faa3fa..e13d981 100644 Binary files a/static/03_3.png and b/static/03_3.png differ diff --git a/static/04.png b/static/04.png index e945425..eef94f4 100644 Binary files a/static/04.png and b/static/04.png differ diff --git a/static/04_4.png b/static/04_4.png index 6baf3c5..61cc1a3 100644 Binary files a/static/04_4.png and b/static/04_4.png differ diff --git a/static/tabbar.png b/static/tabbar.png new file mode 100644 index 0000000..23fb52e Binary files /dev/null and b/static/tabbar.png differ diff --git a/tuniao-ui/components/tn-tabbar/tn-tabbar.vue b/tuniao-ui/components/tn-tabbar/tn-tabbar.vue index 6bc74d7..300bee6 100644 --- a/tuniao-ui/components/tn-tabbar/tn-tabbar.vue +++ b/tuniao-ui/components/tn-tabbar/tn-tabbar.vue @@ -1,31 +1,28 @@