From bc0f0be10e69541cb4d6c2e0ce7922c268f98252 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Wed, 23 Jul 2025 09:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=9C=A0=E4=B9=8B=E6=A2=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bmzm/chapter6/index.vue | 8 ++++---- bmzm/chapter7/index.vue | 13 +++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/bmzm/chapter6/index.vue b/bmzm/chapter6/index.vue index 4ef9f9e..fac4f27 100644 --- a/bmzm/chapter6/index.vue +++ b/bmzm/chapter6/index.vue @@ -3,9 +3,9 @@ + @click="index == 8 ? gotoPath('/bmzm/chapter7/index') : null"> + :class="['btn-img', {'btn-imgs': index == 6}]" @click="gotoPaths" v-if="index == 2 || index == 4"> @@ -27,8 +27,8 @@ export default { // 图片 URL 数组 imageUrls: [ "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img2.png", - "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img3.png", - "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img4.png", + // "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img3.png", + // "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img4.png", "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img5.png", "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img6.png", "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img7.png", diff --git a/bmzm/chapter7/index.vue b/bmzm/chapter7/index.vue index b14d05b..bb241ef 100644 --- a/bmzm/chapter7/index.vue +++ b/bmzm/chapter7/index.vue @@ -22,6 +22,10 @@ {{answerObj.answer3}} + + @@ -109,6 +113,7 @@ export default { // 确认输入 confirmInput() { this.$refs.chapterPopup.close(); + this.currentIndex += 1 } } }; @@ -254,4 +259,12 @@ textarea { .fade-in { opacity: 1; } +.qrcode { + position: absolute; + left: 0; + right: 0; + margin: 0 auto; + width: 25vw; + bottom: 26vh; +} \ No newline at end of file