wx.openDocument 打开PDF文件后,右上角没有转发功能。
企业微信没有转发功能,但是个人微信却有。
wx.downloadFile({
url: obj.data.Data,
success(res) {
if (res.statusCode === 200) {
const filePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
showMenu: true,
fileType: 'pdf',
success: function (res) {
}
})
}
}
});
你好,wx.openDocument中的三个点里面是微信特色功能:微信收藏、发送给微信好友,这个在企业微信环境下是不支持的
ios的没有直接用其他应用打开是哪里没弄对?
个人微信是亲妈带的孩子有人管,企业微信是后妈养的孩子没人管