diff --git a/view/molistar/activity/gameChallenge/index.html b/view/molistar/activity/gameChallenge/index.html
index b361d329..92709762 100644
--- a/view/molistar/activity/gameChallenge/index.html
+++ b/view/molistar/activity/gameChallenge/index.html
@@ -258,4 +258,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/molistar/activity/gameChallenge/js/index.js b/view/molistar/activity/gameChallenge/js/index.js
index eba92ddc..1efb0746 100644
--- a/view/molistar/activity/gameChallenge/js/index.js
+++ b/view/molistar/activity/gameChallenge/js/index.js
@@ -162,11 +162,11 @@ function getInit() {
// 处理自己榜单数据
var my = res.data.meRank;
$('.page1 .my .tx').attr("src", my.avatar);
- $('.page1 .my .num').text(my.ranking == 0 ? '30+' : my.ranking);
- $('.page1 .my .info p b').text(my.nick);
+ $('.page1 .my .num').text(my.rank == 0 ? '30+' : my.rank);
+ $('.page1 .my .info p').text(my.nick);
$('.page1 .my .icon').attr('src', `./images/vip/${my.vipLevel}.png`);
$('.page1 .my .info span').text(`ID:${my.erbanNo}`);
- $('.page1 .my .score b').text(unitProcessingAr(my.score, 2));
+ $('.page1 .my .score b').text(langReplace(localLang.demoModule.Behind) + unitProcessingAr(my.score, 2));
if (my.vipLevel == 0) {
$('.page1 .my .icon').hide();
}
@@ -198,11 +198,11 @@ function loadMore() {
${res.name}
+${res.nick}
ID:${res.erbanNo}