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'