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