mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
课程评分的调整,增加我的评分
This commit is contained in:
@@ -16,7 +16,16 @@ const has=function(id){
|
||||
return ajax.get(`/xboe/m/grade/has?courseId=${id}`);
|
||||
}
|
||||
|
||||
/**
|
||||
* courseId,aid
|
||||
* aid不传默认当前账户
|
||||
*/
|
||||
const score=function (query){
|
||||
return ajax.post('/xboe/m/grade/score',query);
|
||||
}
|
||||
|
||||
export default{
|
||||
grade,
|
||||
has
|
||||
has,
|
||||
score
|
||||
}
|
||||
Reference in New Issue
Block a user