From 92f66c56e8ab624857ac2a532c79972448fca1d5 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 24 Jan 2024 18:05:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/api-set-tabbar/api-set-tabbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/api-set-tabbar/api-set-tabbar.vue b/components/api-set-tabbar/api-set-tabbar.vue index f69939ac..4dbe4079 100644 --- a/components/api-set-tabbar/api-set-tabbar.vue +++ b/components/api-set-tabbar/api-set-tabbar.vue @@ -53,7 +53,7 @@ text: '接口', iconPath: '/static/api.png', selectedIconPath: '/static/apiHL.png' - } + } as SetTabBarItemOptions uni.setTabBarItem(tabBarOptions) } }, -- GitLab