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);