diff --git a/pages/component/general-attribute/general-attribute.uvue b/pages/component/general-attribute/general-attribute.uvue
index 0ac0ff6f06e3dc8c025641606f51a943e1a6c22e..fcd848488cc905ff718eca14b795138913dec699 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 f68574c6a51a2cf6fc35ab635742564a508c3c81..4f9cada03966ad63ad4cd050ea3a655385aeeaa6 100644
--- a/pages/tabBar/component.uvue
+++ b/pages/tabBar/component.uvue
@@ -24,7 +24,7 @@
-
+
@@ -34,7 +34,7 @@