liukangdong
2024-05-24 4f9c002c8963f93376e10e58f9023ab7839e4ebc
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) {