From 37f46a0755786548c7eb3dc3758bc998ea0d578b Mon Sep 17 00:00:00 2001 From: DCloud-XHY Date: Sat, 20 Jan 2024 20:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=A1=E4=BB=B6=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/general-attribute/general-attribute.uvue | 4 ++-- pages/tabBar/component.uvue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/component/general-attribute/general-attribute.uvue b/pages/component/general-attribute/general-attribute.uvue index 0ac0ff6f..fcd84848 100644 --- a/pages/component/general-attribute/general-attribute.uvue +++ b/pages/component/general-attribute/general-attribute.uvue @@ -70,13 +70,13 @@ export default { }, methods: { validateGeneralAttributes() { - const generalTarget = this.$refs['general-target'] as Element + const generalTarget = this.$refs['general-target'] as UniElement const generalId = generalTarget.getAttribute('id') if (generalId != this.generalId) { this.validateGeneralAttrText = '基础属性 id 验证失败' return } - // #ifdef APP-ANDROID + // #ifdef APP if (!generalTarget.classList.includes('general-class')) { // #endif // #ifdef WEB diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue index f68574c6..4f9cada0 100644 --- a/pages/tabBar/component.uvue +++ b/pages/tabBar/component.uvue @@ -24,7 +24,7 @@ - + @@ -34,7 +34,7 @@