作者 mxd

在线答疑:评价接对接

... ... @@ -166,7 +166,7 @@ export const MESSAGETYPE = {
/**
* 评分状态
*/score
*/
export const SCORESTATE = {
/**
* 未评分
... ...
... ... @@ -176,7 +176,7 @@
title: '提交中',
mask: true
})
this.$service.P_get('/question/score', {
this.$service.P_post('/question/score', {
id: this.id,
score: this.score
}).then(res => {
... ...