PDF 优化
This commit is contained in:
parent
d3a2ea6340
commit
ad60298cdd
|
|
@ -527,8 +527,10 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
document.getElementById('tip').innerText = '剩余学习时间:' + time;
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
} else if (params == 0) {
|
||||
document.getElementById('tip').innerText = '已完成学习';
|
||||
} else {
|
||||
document.getElementById('tip').innerText = '';
|
||||
}
|
||||
|
||||
var interval = setInterval('loadPdf()', 300);
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@
|
|||
fail: err => {
|
||||
console.log('🚀 ~ gotoYy ~ err:', err)
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
title: err.errMsg,
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue