diff --git a/view/molistar/activity/adventureTreasureHunt/css/index.css b/view/molistar/activity/adventureTreasureHunt/css/index.css index d75fe2ee..8ac9dd25 100644 --- a/view/molistar/activity/adventureTreasureHunt/css/index.css +++ b/view/molistar/activity/adventureTreasureHunt/css/index.css @@ -944,9 +944,6 @@ body { margin-top: 0.2666666667rem; width: 2.6666666667rem; height: 0.4533333333rem; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; } .popup_treasure .popup_content .gift_list .gift_box .gift_name img { width: 0.3733333333rem; @@ -981,7 +978,7 @@ body { font-family: PingFang SC; font-weight: 600; font-size: 0.4266666667rem; - color: #2D2A00; + color: #FFFCD0; } .my_Points .info .user { display: flex; @@ -1001,13 +998,13 @@ body { font-family: PingFang SC; font-weight: 500; font-size: 0.4rem; - color: #2D2A00; + color: #FFFCD0; } .my_Points .info .user .name .id { font-family: PingFang SC; font-weight: 400; font-size: 0.3733333333rem; - color: #2D2A00; + color: #FFFCD0; margin-top: 0.2rem; } .my_Points .info .points_btn { diff --git a/view/molistar/activity/adventureTreasureHunt/css/index.scss b/view/molistar/activity/adventureTreasureHunt/css/index.scss index 3724074b..6ef5a42d 100644 --- a/view/molistar/activity/adventureTreasureHunt/css/index.scss +++ b/view/molistar/activity/adventureTreasureHunt/css/index.scss @@ -1091,9 +1091,9 @@ padding: px2rem(6); width: px2rem(200); height: px2rem(34); // 添加下面这三行即可 - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + // white-space: nowrap; + // overflow: hidden; + // text-overflow: ellipsis; img { width: px2rem(28); @@ -1136,7 +1136,7 @@ padding: px2rem(6); font-family: PingFang SC; font-weight: 600; font-size: px2rem(32); - color: #2D2A00; + color: #FFFCD0; } .user { @@ -1161,14 +1161,14 @@ padding: px2rem(6); font-family: PingFang SC; font-weight: 500; font-size: px2rem(30); - color: #2D2A00; + color: #FFFCD0; } .id { font-family: PingFang SC; font-weight: 400; font-size: px2rem(28); - color: #2D2A00; + color: #FFFCD0; margin-top: px2rem(15); } } diff --git a/view/molistar/activity/adventureTreasureHunt/js/index.js b/view/molistar/activity/adventureTreasureHunt/js/index.js index 18607c5d..2b273e41 100644 --- a/view/molistar/activity/adventureTreasureHunt/js/index.js +++ b/view/molistar/activity/adventureTreasureHunt/js/index.js @@ -208,7 +208,7 @@ function getlistRank() { if (item.recordList && item.recordList.length > 0) { item.recordList.forEach((itemTwo, indexTwo) => { giftStr += ` -
+
` @@ -219,15 +219,15 @@ function getlistRank() { str += `
-
${item.ranking}
+
${item.ranking}
-
${item.nick}
-
ID:${item.erbanNo}
+
${item.nick}
+
ID:${item.erbanNo}
@@ -282,17 +282,19 @@ function getData() { if (res.data.countDownSecond > 0) { countup(res.data.countDownSecond); } - if(res.data.isRechargeUser){ + if (res.data.isRechargeUser) { $('.header .Record').hide(); $('.header .Lottery_button').hide() $('.tab_list').hide(); $('.adventureTask').hide() + } else { + renderingTask(res.data.taskList) + $('.Today_num').text(res.data.todayChargeGoldNum) + $('.Weekly_num').text(res.data.weekChargeGoldNum) + $('.adventureTask .content .recharge .avatar').attr('src', res.data.user.avatar) + $('.weekScore').text(res.data.weekScore) } - $('.Today_num').text(res.data.todayChargeGoldNum) - $('.Weekly_num').text(res.data.weekChargeGoldNum) - $('.adventureTask .content .recharge .avatar').attr('src', res.data.user.avatar) - $('.weekScore').text(res.data.weekScore) - renderingTask(res.data.taskList) + // 开启弹幕 damuPool = res.data.popUpList;