h5/pages/answer/answer.vue
@@ -191,6 +191,10 @@ }, // 下一题 next() { uni.navigateTo({ url: `/pages/userinfo/userinfo?userAnswerId=${1}` }) return if (this.list[this.i].type === 0 || this.list[this.i].type === 1) { if (!String(this.problemIndex)) return if (this.list[this.i].answer === this.list[this.i].options[this.problemIndex].code) {