|
|
@@ -146,7 +146,14 @@ export default { |
|
|
|
if (!isAndroid) { |
|
|
|
console.log('ios'); |
|
|
|
let videoData = await exportVideoApi(this.id); |
|
|
|
that.downloadFun(videoData, that.title); |
|
|
|
let timerId = setInterval(() => { |
|
|
|
if (videoData) { |
|
|
|
clearInterval(timerId); |
|
|
|
that.downloadFun(videoData, that.title); |
|
|
|
} else { |
|
|
|
} |
|
|
|
}, 1000); |
|
|
|
|
|
|
|
// const AccessToken = localStorage.getItem('AccessToken'); |
|
|
|
// that |
|
|
|
// .$axios({ |
|
|
|