【fix-bug74259】替换原来会议文件是否可下载判断方法的接口
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user