正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -176,7 +176,7 @@ | @@ -176,7 +176,7 @@ | ||
| 176 | title: '提交中', | 176 | title: '提交中', |
| 177 | mask: true | 177 | mask: true |
| 178 | }) | 178 | }) |
| 179 | - this.$service.P_get('/question/score', { | 179 | + this.$service.P_post('/question/score', { |
| 180 | id: this.id, | 180 | id: this.id, |
| 181 | score: this.score | 181 | score: this.score |
| 182 | }).then(res => { | 182 | }).then(res => { |
-
请 注册 或 登录 后发表评论