fix: rating

This commit is contained in:
zzc
2026-06-10 00:07:08 +08:00
parent a98f82c113
commit 1173a3e3a1
2 changed files with 2 additions and 3 deletions

View File

@@ -355,10 +355,9 @@ const handleSubmit = async () => {
categoryId: "",
});
// 初始化评分对象列表为默认的个空项
// 初始化评分对象列表为默认的个空项,并且赋予唯一的 ID
participants.value = [
{ name: "", coverUrl: "" },
{ name: "", coverUrl: "" },
{ id: Date.now(), name: "", desc: "", avatar: "" }
];
// 延迟跳转,等待弹窗展示完成

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB