This commit is contained in:
zhaofang
2022-09-20 11:02:00 +08:00
parent 596410abef
commit 2626fe7fa2
6 changed files with 95 additions and 65 deletions

View File

@@ -69,11 +69,14 @@ const userCoinList = function(aid,days) {
* 勋章信息
* 页面上不能修改,删除
*/
const userMedalConfig = function() {
return ajax.get(baseURL,'/xboe/m/stat/medalinfo/list');
// const userMedalConfig = function() {
// return ajax.get(baseURL,'/xboe/m/stat/medalinfo/config');
// }
// get 获取勋章配置,返回的是列表
const userMedalConfig = function() {
return ajax.get(baseURL,'/xboe/m/stat/medal/config');
}
export default {
sendEvent,
userTotal,