mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
增加方法:userMedalLevelInfo
This commit is contained in:
@@ -77,11 +77,21 @@ const userMedalConfig = function() {
|
|||||||
return ajax.get(baseURL,'/xboe/m/stat/medal/config');
|
return ajax.get(baseURL,'/xboe/m/stat/medal/config');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询勋章下等级所对应的用户数量
|
||||||
|
* @author wn
|
||||||
|
* @param {String} medalId 勋章id(必填)
|
||||||
|
*/
|
||||||
|
const userMedalLevelInfo = function() {
|
||||||
|
return ajax.get(baseURL,'/xboe/m/stat/medal/getUserMedalLevelInfo');
|
||||||
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
sendEvent,
|
sendEvent,
|
||||||
userTotal,
|
userTotal,
|
||||||
userDynamicList,
|
userDynamicList,
|
||||||
userCoinList,
|
userCoinList,
|
||||||
userMedal,
|
userMedal,
|
||||||
userMedalConfig
|
userMedalConfig,
|
||||||
|
userMedalLevelInfo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user