mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
两个排行榜要显示一致:如果不是前五 要显示前五 ···我的排名
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
aid: this.userInfo.aid, // #用户id
|
||||
statType: 20, // #统计类型 10学习时长 11 学习天数 20表经验值 30表u币 40表获取天数
|
||||
field: this.cycle, // #统计周期 todays-当天,weeks-周,months-月,years-年 total-总计
|
||||
num: 4, // #显示的条数
|
||||
num: 5, // #显示的条数
|
||||
}
|
||||
apiStat.getRanking(data).then(res => {
|
||||
if (res.status == 200) {
|
||||
|
||||
Reference in New Issue
Block a user