l downloadFile: function(event) {
wx.showLoading({
title: '文档打开中...',
})
wx.cloud.downloadFile({
fileID: 'cloud://aihui-8g54m1fd5fd15fb1.6169-aihui-8g54m1fd5fd15fb1-1304903619/note/file/61882'
}).then(res => {
const filePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
showMenu: true,
fileType:'doc',
success: res => {
console.log(res)
console.log('打开文档成功')
wx.hideLoading()
}
})
}).catch(error => {
// handle error
})
},
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
为什么我正好相反
手机系统的兼容问题
系统兼容问题