修改导出xlsx的时候手机端异常的问题
This commit is contained in:
@@ -177,7 +177,7 @@ Page({
|
||||
// }
|
||||
wx.openDocument({
|
||||
filePath: data.tempFilePath,
|
||||
fileType: 'xlsx',
|
||||
fileType: ['xlsx'],
|
||||
success() {
|
||||
},
|
||||
fail(err) {
|
||||
|
||||
Reference in New Issue
Block a user