diff --git a/App.vue b/App.vue index 8499d24..fde17ce 100644 --- a/App.vue +++ b/App.vue @@ -36,7 +36,7 @@ }, onHide: function() { - } + }, }; diff --git a/components/function-list/gong-ge/gong-ge-function.vue b/components/function-list/gong-ge/gong-ge-function.vue index c209785..5e50cd8 100644 --- a/components/function-list/gong-ge/gong-ge-function.vue +++ b/components/function-list/gong-ge/gong-ge-function.vue @@ -4,9 +4,9 @@ - ({{item.num}}) + - {{item.title}} + {{item.title}}({{item.num}}) diff --git a/components/swiper-tab/swiper-tab-jl.vue b/components/swiper-tab/swiper-tab-jl.vue index cf1a6b1..930226d 100644 --- a/components/swiper-tab/swiper-tab-jl.vue +++ b/components/swiper-tab/swiper-tab-jl.vue @@ -159,9 +159,10 @@ } } .tab__line { - display: block; + display: inline-block; // height: 6rpx; position: absolute; + width: 0; height: 64rpx; bottom: 0rpx; left: 0; diff --git a/main.js b/main.js index 62a93f1..6599d5f 100644 --- a/main.js +++ b/main.js @@ -23,4 +23,5 @@ const app = new Vue({ store, ...App }) + app.$mount() diff --git a/pages.json b/pages.json index 68ceeb7..163b287 100644 --- a/pages.json +++ b/pages.json @@ -4,7 +4,7 @@ "path": "pages/tabbar/pagehome/pagehome", "style": { "navigationBarTitleText": "", - "enablePullDownRefresh": false, + "enablePullDownRefresh": false, "navigationStyle": "custom", //禁用原生导航栏,微信小程序可用 "navigationBarTextStyle": "black", "app-plus": { diff --git a/pages/tabbar/my/my.vue b/pages/tabbar/my/my.vue index 6f83029..eab416d 100644 --- a/pages/tabbar/my/my.vue +++ b/pages/tabbar/my/my.vue @@ -1,13 +1,13 @@