打开代码:wx.downloadFile({
url: imageUrl,
success: function (res) {
wx.openDocument({
filePath: res.tempFilePath,
showMenu: true,
fileType:'xlsx',
success: function (res) {
wx.showToast({
title: '打开成功',
})
},fail:function (res) {
wx.showToast({
title: '打开失败',
})
}
})
}
})
两个excel的路径:https://wx.yifarj.com/erp/PrintShareExcel/20241018095934_ydcs491.xlsx;https://ydy.yifarj.com/Files//priceCase/files/20241018/XSCK20241017-016_100802.xlsx
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。