添加分享参数

This commit is contained in:
kron
2025-09-19 16:26:47 +08:00
parent 5748dfdfde
commit d5acc639b3

View File

@@ -252,6 +252,7 @@ export const wxShare = async () => {
quality: 1, // 图片质量,取值范围为 0-1
});
wx.showShareImageMenu({
entrancePath: "pages/index",
path: res.tempFilePath,
});
} catch (error) {