添加分享参数
This commit is contained in:
@@ -252,6 +252,7 @@ export const wxShare = async () => {
|
|||||||
quality: 1, // 图片质量,取值范围为 0-1
|
quality: 1, // 图片质量,取值范围为 0-1
|
||||||
});
|
});
|
||||||
wx.showShareImageMenu({
|
wx.showShareImageMenu({
|
||||||
|
entrancePath: "pages/index",
|
||||||
path: res.tempFilePath,
|
path: res.tempFilePath,
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user