From b7142f320c404bc28108c4dabb1876bc9c3ef934 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Mon, 24 Oct 2022 15:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?UTF-8?q?=E8=A6=81=E6=98=BE=E7=A4=BA=E4=B8=80=E8=87=B4=EF=BC=9A=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E4=B8=8D=E6=98=AF=E5=89=8D=E4=BA=94=20=20=E8=A6=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=89=8D=E4=BA=94=20=20=C2=B7=C2=B7=C2=B7?= =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8E=92=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ucurrency/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index f1a9c42d..c59e3c6c 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -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) {