fix: rating
This commit is contained in:
@@ -355,10 +355,9 @@ const handleSubmit = async () => {
|
||||
categoryId: "",
|
||||
});
|
||||
|
||||
// 初始化评分对象列表为默认的两个空项
|
||||
// 初始化评分对象列表为默认的一个空项,并且赋予唯一的 ID
|
||||
participants.value = [
|
||||
{ name: "", coverUrl: "" },
|
||||
{ name: "", coverUrl: "" },
|
||||
{ id: Date.now(), name: "", desc: "", avatar: "" }
|
||||
];
|
||||
|
||||
// 延迟跳转,等待弹窗展示完成
|
||||
|
||||
BIN
static/images/icon/remove.png
Normal file
BIN
static/images/icon/remove.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user