营销:适配商城装修组件【轮播图】

This commit is contained in:
owen
2023-11-06 09:31:42 +08:00
parent 6e9e1d0888
commit 4253173a2a
5 changed files with 182 additions and 185 deletions

View File

@@ -138,7 +138,7 @@ watch(
// 情况1.1:逗号分隔的多值
if (props.modelValue.includes(',')) {
files.concat(props.modelValue.split(','))
} else {
} else if (props.modelValue.length > 0) {
files.push(props.modelValue)
}
} else if (isArray(props.modelValue)) {