From 2eb5ad2f6fb4dc8dce4b5a324c2b2ea6282c2feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=80=E5=98=89?= Date: Wed, 13 Aug 2025 11:41:08 +0800 Subject: [PATCH] update --- src/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 63c9eae..7e3c8f4 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -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); }