wx.openDocument({
fileType:'docx',
showMenu: true, // 显示右上角菜单
都有设置过,苹果手机就是没有右上角的菜单。不能转发,不能分享
网友回复
社区技术运营专员-阳光:
微信内打开小程序能正常分享吗
咯好7了:
fs.writeFile({
filePath: wx.env.USER_DATA_PATH + "/name.docx", // wx.env.USER_DATA_PATH
data: res.data,
encoding: "binary", //二进制流文件
success(res) {
wx.openDocument({ // 打开文档
filePath: wx.env.USER_DATA_PATH + "/name.docx",
fileType:'docx',
showMenu: true, // 显示右上角菜单