k94314517
2024-05-27 392f7a3134cb7a27a555bb1b3e2f3601c5eadde1
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) {