作者 mxd

在线答疑:评价接对接

@@ -166,7 +166,7 @@ export const MESSAGETYPE = { @@ -166,7 +166,7 @@ export const MESSAGETYPE = {
166 166
167 /** 167 /**
168 * 评分状态 168 * 评分状态
169 - */score 169 + */
170 export const SCORESTATE = { 170 export const SCORESTATE = {
171 /** 171 /**
172 * 未评分 172 * 未评分
@@ -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 => {