MrShi
2025-11-20 b946b74ca674f7e7a04d99a960040438c95ef22d
h5/pages/answer/answer.vue
@@ -407,11 +407,12 @@
      saveProblemsVO({
        openId: this.$store.state.openId,
        useType: '1',
        content: ''
        content: '',
            score: this.score
      }).then(res => {
        this.score = 0
        uni.navigateTo({
          url: `/pages/userinfo/userinfo?answerId=${res.data}`
          url: `/pages/appointment/appointment?answerId=${res.data}`
        })
      })