From 47b75a946b598387a03cc5e119e55d7e6b3d82af Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 31 十二月 2024 11:55:38 +0800 Subject: [PATCH] 民航服务礼仪2.3单元 --- src/books/aviationEtiquette/view/components/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue index 67ab14f..7d7c697 100644 --- a/src/books/aviationEtiquette/view/components/index.vue +++ b/src/books/aviationEtiquette/view/components/index.vue @@ -53,7 +53,7 @@ computed: { fontSize() { this.transformDom(this.$store.state.qiankun.fontSize) - return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 16; + return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 17; }, pageZoom() { return this.$store.state.qiankun.scale ? this.$store.state.qiankun.scale / 100 : 1; @@ -156,8 +156,8 @@ }, 500); // 娴嬭瘯椤甸潰璺宠浆 - // setTimeout(() => { - // this.gotoPage(3, 92); + setTimeout(() => { + this.gotoPage(4, 114); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -171,7 +171,7 @@ // ids: ["2ACA9359"] // }); // }, 2000); - // }, 500); + }, 500); // const pageDom = (this.container ? this.container : document) // .querySelector("#app") -- Gitblit v1.9.1