diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index 1cb4ac6..6bca5fa 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -2,7 +2,7 @@ - + @@ -62,8 +62,7 @@ - + @@ -217,7 +216,7 @@ export default { arrayFormat: 'repeat' }) uni.request({ - url: this.$baseApiUrl + '/apis/api.content.halo.run/v1alpha1/posts?'+ paramsStr, + url: this.$baseApiUrl + '/apis/api.content.halo.run/v1alpha1/posts?' + paramsStr, method: 'GET', success: (res) => { this.bannerList = _format(res.data.items); @@ -333,6 +332,11 @@ export default { uni.navigateTo({ url: '/pagesA/articles/articles' }); + }, + fnOnLogoToPage() { + uni.switchTab({ + url: '/pages/tabbar/about/about' + }) } } };