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