From 220ababca0133ea2ab06661281153e1bf68dea87 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Tue, 19 Mar 2024 14:53:46 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E5=B1=8F=E8=94=BD=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E6=B5=B7=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index e1e385d..1de3d9d 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -27,14 +27,14 @@ export default function Index() { }); // 打开分享图片弹窗,可以将图片发送给朋友、收藏或下载 - Taro.downloadFile({ - url: "https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg", - success: (res) => { - Taro.showShareImageMenu({ - path: res.tempFilePath, - }); - }, - }); + // Taro.downloadFile({ + // url: "https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg", + // success: (res) => { + // Taro.showShareImageMenu({ + // path: res.tempFilePath, + // }); + // }, + // }); }, []); const HomeCardItem = () => {