rk
2025-10-09 568e38a95cb6fb20fe16b53d17f610aefc6f744f
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}`
        })
      })