使用微信小程序打开的文件如何分享?
如题,使用微信小程序打开的文件如何分享,目前 我使用的API为wx.openDocument,但是打开之后无法分享
代码如下:
wx.openDocument({
filePath: res.filePath,
fileType: “pdf”,
success: function (res) {
wx.hideNavigationBarLoading();
}
})
如题,使用微信小程序打开的文件如何分享,目前 我使用的API为wx.openDocument,但是打开之后无法分享
代码如下:
wx.openDocument({
filePath: res.filePath,
fileType: “pdf”,
success: function (res) {
wx.hideNavigationBarLoading();
}
})