From 061e9a7057c1016cdbc6a3eb9a438fbc466c761d Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sun, 30 Jul 2023 15:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E8=AF=BE?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/course/index.tsx b/src/pages/course/index.tsx index 1ab7800..1637475 100644 --- a/src/pages/course/index.tsx +++ b/src/pages/course/index.tsx @@ -118,7 +118,6 @@ const CoursePage = () => { const downLoadFile = (cid: number, id: number) => { vod.downloadAttachment(cid, id).then((res: any) => { if (isWechat()) { - Toast.show("请点击右上角···浏览器打开下载"); var input = document.createElement("input"); input.value = res.data.download_url; document.body.appendChild(input);