bug整改,单身联谊

This commit is contained in:
=
2025-10-30 11:42:28 +08:00
parent 291f307f04
commit 3bb7bf14e0
64 changed files with 8198 additions and 17 deletions
@@ -105,6 +105,14 @@ module.exports = {
isImage: ["jpg", "jpeg", "png", "gif", "bmp", "webp"].includes(v.name.split(".").pop().toLowerCase())
}
})
} else if(typeof val === "string") {
this.fileList = [
{
url: val,
status: null,
isImage: true
}
]
} else {
val = JSON.parse(val)
this.fileList = val.map((v) => {