From d06649a6b73bf000065916a3e1a0518657ed0944 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 27 十一月 2024 14:52:05 +0800 Subject: [PATCH] 二三节题 --- src/books/meetingPlanners/assets/examinationList.js | 45 +++++++++++++++++---------------------------- src/books/meetingPlanners/view/components/chapter001.vue | 10 ++++++++++ src/books/meetingPlanners/view/components/index.vue | 2 +- 3 files changed, 28 insertions(+), 29 deletions(-) diff --git a/src/books/meetingPlanners/assets/examinationList.js b/src/books/meetingPlanners/assets/examinationList.js index 9aefac2..daf7b29 100644 --- a/src/books/meetingPlanners/assets/examinationList.js +++ b/src/books/meetingPlanners/assets/examinationList.js @@ -1,29 +1,18 @@ const testData = { - 2: { - 35: [135378, 135379, 135380,135381,135382,135383,135384,135385,135386,135387], - // 14: [65859, 65860, 65861, 65862], - // 18: [65863, 65864, 65865, 65866, 65867, 65868, 65869], - // 22: [65870, 65871, 65872, 65873, 65874], - // 27: [65875, 65876, 65877, 65878, 65879, 65880, 65881, 65882], - // 32: [65883, 65884, 65885, 65886], - // 34: [65887, 65888, 65889, 65890, 65891, 65892], - // 39: [65905, 65906, 65907, 65908, 65909], - // 48: [ - // 65910, 65911, 65912, 65913, 65914, 65915, 65916, 65917, 65918, 65919, - // 65920, - // ], - // 50: { - // 1: [ - // 65944, 65945, 65946, 65947, 65948, 65949, 65950, 65951, 65952, 65953, - // 65954, 65955, 65956, 65957, 65958, 65959, - // ], - // 2: [ - // 65962, 65963, 65964, 65965, 65966, 65967, 65968, 65969, 65970, 65971, - // 65972, 65973, 65974, 65975, 65976, 65977, - // ], - // }, - }, - }; - - export default testData; - \ No newline at end of file + 2: { + 35: [ + 135378, 135379, 135380, 135381, 135382, 135383, 135384, 135385, 135386, + 135387, 135388, 135389 + ], + 58: [ + 135390, 135391, 135392, 135393, 135394, 135395, 135396, 135397, 135398, + 135399, 135400, 135401 + ], + 84: [ + 135402, 135403, 135404, 135405, 135406, 135407, 135408, 135409, 135410, + 135411, 135412, 135413 + ], + }, +}; + +export default testData; diff --git a/src/books/meetingPlanners/view/components/chapter001.vue b/src/books/meetingPlanners/view/components/chapter001.vue index 3251323..8d4f617 100644 --- a/src/books/meetingPlanners/view/components/chapter001.vue +++ b/src/books/meetingPlanners/view/components/chapter001.vue @@ -1852,6 +1852,11 @@ <p> <textarea v-model="questionData.unit2.eleven" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" style="max-width: 90%; min-width: 90%;" class="fz-16" @change="setBookQuestion"></textarea> </p> + <p class="blockh6-c"> + <span class="img dl-bl w100">绗簩绔犮��浼氳璁ょ煡</span> + <examinations :primaryColor="themeColor" :cardList="interfaceQuestion[58]" v-if="interfaceQuestion" :chapter="1" + :page="58" /> + </p> </div> </div> </div> @@ -2936,6 +2941,11 @@ <p> <textarea v-model="questionData.unit3.eight" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" style="max-width: 90%; min-width: 90%;" class="fz-16" @change="setBookQuestion"></textarea> </p> + <p class="blockh6-c"> + <span class="img dl-bl w100">绗笁绔犮��浼氳绛栧垝璁ょ煡</span> + <examinations :primaryColor="themeColor" :cardList="interfaceQuestion[84]" v-if="interfaceQuestion" :chapter="1" + :page="84" /> + </p> </div> </div> </div> diff --git a/src/books/meetingPlanners/view/components/index.vue b/src/books/meetingPlanners/view/components/index.vue index 4c5650f..9de206f 100644 --- a/src/books/meetingPlanners/view/components/index.vue +++ b/src/books/meetingPlanners/view/components/index.vue @@ -158,7 +158,7 @@ //娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(2, 35); + this.gotoPage(2, 84); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", -- Gitblit v1.9.1