diff --git a/src/api/phase2/note.js b/src/api/phase2/note.js index 2fccdf34..2926ae86 100644 --- a/src/api/phase2/note.js +++ b/src/api/phase2/note.js @@ -44,7 +44,7 @@ const del=function (id){ * } * */ const coursePage=function (query){ - return ajax.post(baseURL,'/xboe/subgroup/m/noteinfo/course',query); + return ajax.post(baseURL,'/xboe/subgroup/m/noteinfo/course-page',query); } /** diff --git a/src/api/phase2/stat.js b/src/api/phase2/stat.js index 640666df..4c406210 100644 --- a/src/api/phase2/stat.js +++ b/src/api/phase2/stat.js @@ -47,14 +47,6 @@ const userDynamicList = function(data) { return ajax.post(baseURL,'/xboe/m/stat/userdynamic/list',data); } -/** - * 获取用户最近 x 天的U币记录 - * @param {String} aid 用户的id - * @param {Integer} days x天的记录,默认为7天 - */ -const userCoinList = function(aid,days) { - return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days); -} /** * 获取用户全部勋章 * @param {String} aid 用户的id @@ -113,6 +105,15 @@ const exportUserCoinRecord = function(aid) { return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/export?aid='+aid); } +/** + * 获取用户最近 x 天的U币记录 + * @param {String} aid 用户的id + * @param {Integer} days x天的记录,默认为7天 + */ + const userCoinList = function(aid,days) { + return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days); +} + export default { sendEvent, diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index b1cc7f3f..31c3257e 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -2,8 +2,8 @@
{{info.uvalue > 0? '+':''}} {{info.uvalue}}
+5
+5
+5
+5
+5
+5

