From 73af405b02dce2e6fdaa8da3f948ca489c821a16 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 08 七月 2024 11:52:22 +0800 Subject: [PATCH] 合并 --- src/books/English/view/components/chapter001.vue | 5 ++++- src/App.vue | 2 +- src/books/English/view/components/index.vue | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 77be6ac..ef3b19b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,7 +65,7 @@ process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "artAndDrama") + : "english") ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue index 3bcae81..74b839e 100644 --- a/src/books/English/view/components/chapter001.vue +++ b/src/books/English/view/components/chapter001.vue @@ -1131,7 +1131,10 @@ </svg> </span> </p> - <el-image v-if="showImg" :src="imgThirteen" :preview-src-list="[imgThirteen]" /> + <div class="openImgBox"> + <img src="../../assets/images/grammar.jpg" class="w100" /> + </div> + <!-- <el-image v-if="showImg" :src="imgThirteen" :preview-src-list="[imgThirteen]" /> --> <p>A.Combine the following sentences into if-clauses.</p> <p> 1.Try using sticks.You can enjoy the fun of having a real Chinese diff --git a/src/books/English/view/components/index.vue b/src/books/English/view/components/index.vue index eee7bae..c78fa13 100644 --- a/src/books/English/view/components/index.vue +++ b/src/books/English/view/components/index.vue @@ -183,8 +183,8 @@ }, 500); // 娴嬭瘯椤甸潰璺宠浆 - setTimeout(() => { - this.gotoPage(3,30); + // setTimeout(() => { + // this.gotoPage(1,14); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -212,7 +212,7 @@ // txt: " 杩愬姩绯荤粺鏄敱楠ㄣ�侀杩炵粨鍜岄楠艰倢涓夐儴鍒嗙粍鎴愮殑銆傚叏韬殑楠ㄩ�氳繃楠ㄨ繛缁撶粍鎴愪汉浣撻楠硷紙瑙佸浘1-1锛夈�傞楠兼槸浜轰綋鐨勬敮鏋讹紝鍏锋湁淇濇姢鍐呰剰鍣ㄥ畼銆佷緵鑲岃倝闄勭潃鍜屼綔涓鸿倢鑲夎繍鍔ㄧ殑鏉犳潌绛変綔鐢ㄣ�傚湪绁炵粡绯荤粺鐨勬敮閰嶄笅锛岃倢鑲夋敹缂╃壍鍔ㄦ墍闄勭潃鐨勯缁曠潃鍏宠妭杞姩锛屼娇韬綋浜х敓鍚勭鍔ㄤ綔銆傛墍浠ワ紝杩愬姩绯荤粺鍏锋湁杩愬姩銆佹敮鎸佸拰淇濇姢绛夊姛鑳斤紝骞煎勾鏃舵湡鐨勯楠艰繕鍏锋湁閫犺鍔熻兘銆� ", // txtIndex: 57 // }); - }, 50); + // }, 50); }, methods: { // setZoom1() { -- Gitblit v1.9.1