From 3f99f19c9fe753e5d46e33c806859a771979d5ac Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 17 Jun 2024 23:35:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?tabbar=20style=E5=AF=BC=E8=87=B4=E5=85=B6=E4=BB=96=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=A4=B1=E6=95=88=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-h5/src/service/api/ui/tabBar.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/uni-h5/src/service/api/ui/tabBar.ts b/packages/uni-h5/src/service/api/ui/tabBar.ts index f9111a8909..aa821d7128 100644 --- a/packages/uni-h5/src/service/api/ui/tabBar.ts +++ b/packages/uni-h5/src/service/api/ui/tabBar.ts @@ -60,10 +60,7 @@ function setProperties( ) { props.forEach(function (name) { if (hasOwn(propsData, name)) { - // if borderColor > borderStyle item[name] = propsData[name] - } else { - item[name] = undefined } }) } -- GitLab