From d5acc639b3529df2d454f8da746aad06e5b8a2ec Mon Sep 17 00:00:00 2001 From: kron Date: Fri, 19 Sep 2025 16:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=86=E4=BA=AB=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.js b/src/util.js index e8ce681..2f13430 100644 --- a/src/util.js +++ b/src/util.js @@ -252,6 +252,7 @@ export const wxShare = async () => { quality: 1, // 图片质量,取值范围为 0-1 }); wx.showShareImageMenu({ + entrancePath: "pages/index", path: res.tempFilePath, }); } catch (error) {