diff --git a/components/api-set-tabbar/api-set-tabbar.vue b/components/api-set-tabbar/api-set-tabbar.vue index f69939acba2fca0c5b16c1449c076df062cffd8d..4dbe407900182891ac3f6c5e6383497d473c6029 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) } },