修改导出xlsx的时候手机端异常的问题

This commit is contained in:
2024-05-15 15:22:30 +08:00
parent ada2d71136
commit 8f83197c02
3 changed files with 6 additions and 7 deletions

View File

@@ -177,7 +177,7 @@ Page({
// }
wx.openDocument({
filePath: data.tempFilePath,
fileType: 'xlsx',
fileType: ['xlsx'],
success() {
},
fail(err) {