|
@@ -69,7 +69,7 @@ export default {
|
|
|
currentPage: 1,
|
|
|
numPages: 0,
|
|
|
scale: 1,
|
|
|
- loadedPages: 1,
|
|
|
+ loadedPages: 0,
|
|
|
|
|
|
isLoading: false,
|
|
|
text: "拼命加载中...",
|
|
@@ -140,9 +140,9 @@ export default {
|
|
|
that.numPages = numPages;
|
|
|
that.fileUrl = fileUrl;
|
|
|
// await that.sleep(600);
|
|
|
- // that.isLoading = false;
|
|
|
that.loadAll = true;
|
|
|
that.loadedPages = numPages;
|
|
|
+ // that.isLoading = false;
|
|
|
// await that.sleep(2000);
|
|
|
// that.isLoading = false;
|
|
|
} catch (e) {
|