From eb744767c324682e88b91b1e417016d58b4790b6 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 22 Jul 2025 17:22:54 +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/chapter1/index.vue | 4 ++++ bmzm/chapter6/index.vue | 4 ++-- bmzm/chapter7/index.vue | 2 +- bmzm/home/home.vue | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bmzm/chapter1/index.vue b/bmzm/chapter1/index.vue index b51d537..ba481e5 100644 --- a/bmzm/chapter1/index.vue +++ b/bmzm/chapter1/index.vue @@ -12,6 +12,10 @@ + + diff --git a/bmzm/chapter6/index.vue b/bmzm/chapter6/index.vue index 46737f7..4ef9f9e 100644 --- a/bmzm/chapter6/index.vue +++ b/bmzm/chapter6/index.vue @@ -5,7 +5,7 @@ + :class="['btn-img', {'btn-imgs': index == 6}]" @click="gotoPaths" v-if="index == 4 || index == 6"> @@ -45,7 +45,7 @@ export default { handleSwiperChange(e) { this.currentIndex = e.detail.current; }, - gotoPath() { + gotoPaths() { uni.switchTab({ url: '/pages/index/sensoryStore' }) diff --git a/bmzm/chapter7/index.vue b/bmzm/chapter7/index.vue index ea96faa..b14d05b 100644 --- a/bmzm/chapter7/index.vue +++ b/bmzm/chapter7/index.vue @@ -73,7 +73,7 @@ export default { 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img7.png' ], answerObj: {}, - showAnswerBox: false // 控制 answer-box 显示的标志位 + showAnswerBox: false }; }, onShow() { diff --git a/bmzm/home/home.vue b/bmzm/home/home.vue index 63f1ebb..b184e94 100644 --- a/bmzm/home/home.vue +++ b/bmzm/home/home.vue @@ -31,7 +31,7 @@ export default { return { currentIndex: 0, swiperImages: [ - 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home1.gif', + 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home1s.gif', 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home2.png', 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home3.png', 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home4.png'