【fix-bug74259】替换原来会议文件是否可下载判断方法的接口

This commit is contained in:
fengchenchen
2023-08-01 11:20:02 +08:00
parent d3f658221e
commit 12cc4ce8a9
3 changed files with 2 additions and 34 deletions
@@ -264,7 +264,7 @@ Page({
}
let res = await this.downMeetingFile(param)
// r如果可以下载 那么res 是一个文件流 否则就不可以下载
let flag = Object.prototype.toString.call(res) === '[object ArrayBuffer]'
let flag = res.success
const that = this
// 只有审核通过的才可以去下载
// 原判断条件 !flag && this.data.singInPersonInfo.checkResult !== 1)