提交修改

This commit is contained in:
daihh
2022-10-31 18:55:28 +08:00
parent 514fb15c64
commit fa06e85906
3 changed files with 29 additions and 7 deletions

View File

@@ -152,6 +152,12 @@ const getRanking = function(queryData) {
return ajax.get(baseURL,'/xboe/m/stat/medal/login-medal');
}
/**
* 提取需要提示的勋章
*/
const getUserMedalTips = function() {
return ajax.get(baseURL,'/xboe/m/stat/medal/tips');
}
export default {
sendEvent,
@@ -166,5 +172,6 @@ export default {
getRanking,
getUserStatTotalInfo,
userDynamicfollows,
getUserLoginMedal
getUserLoginMedal,
getUserMedalTips
}