mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-05 21:54:07 +08:00
营销:适配商城装修组件【轮播图】
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user