From 7f7e13d1d66424a5cdab6c8694b687b460eb7a8c Mon Sep 17 00:00:00 2001 From: qf Date: Tue, 21 Mar 2023 15:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=BA=E5=AE=9D=EF=BC=9A=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E5=A4=B4=E9=A5=B0=E7=94=A8=E6=88=B7=E9=92=BB=E7=9F=B3=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/act-treasureSnatching/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/peko/modules/act-treasureSnatching/js/index.js b/view/peko/modules/act-treasureSnatching/js/index.js index 936d23f..72e2dee 100644 --- a/view/peko/modules/act-treasureSnatching/js/index.js +++ b/view/peko/modules/act-treasureSnatching/js/index.js @@ -57,7 +57,7 @@ function getUserInfo () { url: urlPrefix + '/act/seize-treasure/user/info', success (res) { if (res.code === 200) { - $('.my .num2').text(unitProcessing(res.data.diamonds, 100000, 1, 'w')); + $('.my .num2').text(unitProcessing(res.data.diamonds, 100000, 1, 'W')); $('.my .num1').text(res.data.drawTicketNum); $('.my .name').text(res.data.nick); $('.my .tx').attr('src', res.data.avatar);