From ff31e0d8e86dece3d5bbaa3e375532b179de44ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com>
Date: Tue, 16 Jul 2024 11:20:14 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E5=B7=A6=E4=B8=8A?=
=?UTF-8?q?=E8=A7=92=E5=9B=BE=E6=A0=87=E6=94=AF=E6=8C=81=E8=B7=B3=E8=BD=AC?=
=?UTF-8?q?=E5=88=B0=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/tabbar/home/home.vue | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
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'
+ })
}
}
};