修改参数为空是的显示

master
于肖磊 2025-08-11 18:18:11 +08:00
parent e5ef616c8b
commit 927aa526d9
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
//
tabs_magic_value_common_style() {
if (!isEmpty(this.active_tabs_value)) {
return this.active_tabs_value.magic_common;
return this.active_tabs_value.magic_common || {};
} else {
return {};
}