This commit is contained in:
王一嘉
2025-08-13 11:41:08 +08:00
parent 592a7bf333
commit 2eb5ad2f6f

View File

@@ -30,7 +30,7 @@ onLoad((options) => {
})
const saveM = () => {
download(detail.children?.material[current].material_arr);
download(detail.children?.material[current.value].material_arr);
Api.system.checkDownload(detail.children.id);
}
</script>