Commit 77ee4ee5 by agan

修改羽毛

parent 5c4c71e5
Showing with 4 additions and 4 deletions
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<p></p> <p></p>
<div style="display: none;" class="top-box-tips"> <div style="display: none;" class="top-box-tips">
<div class="triangle"></div> <div class="triangle"></div>
<div class="top-box-content-tips">羽毛收益越高則禮物指數越高</div> <div class="top-box-content-tips">螢火收益越高則禮物指數越高</div>
</div> </div>
</li> </li>
</ul> </ul>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
$(".top-box-li2 .top-box-tips2").html('Chat Users: <span></span>') $(".top-box-li2 .top-box-tips2").html('Chat Users: <span></span>')
$(".top-box-li2 .top-box-tips3").html('Chat Messages: <span></span>') $(".top-box-li2 .top-box-tips3").html('Chat Messages: <span></span>')
$(".top-box-li2 .top-box-content-tips").text("The more people chat in the average hourly live room, the higher the Interactive Index.") $(".top-box-li2 .top-box-content-tips").text("The more people chat in the average hourly live room, the higher the Interactive Index.")
$(".top-box-li3 .top-box-content-tips").text('The more gifts received (increased FEATHERs), the higher the Gift Index') $(".top-box-li3 .top-box-content-tips").text('The more gifts received (increased FIREs), the higher the Gift Index')
$(".top-box-li2 .top-box-tips").css("height", "3.7rem") $(".top-box-li2 .top-box-tips").css("height", "3.7rem")
$(".top-box-li3 .top-box-tips").css("height", "1.8rem") $(".top-box-li3 .top-box-tips").css("height", "1.8rem")
$(".top-box-li1").addClass("top-box-li1-en") $(".top-box-li1").addClass("top-box-li1-en")
...@@ -399,10 +399,10 @@ ...@@ -399,10 +399,10 @@
}) })
if (data.result.bondsData.bonds < 3000) { if (data.result.bondsData.bonds < 3000) {
$(".day-box2").on("click", function () { $(".day-box2").on("click", function () {
if (sessionStorage.lang == 1) layer.msg("Rewards can be received after <br> reaching " + data.result.bondsData.bondsTarget1 + " Feathers") if (sessionStorage.lang == 1) layer.msg("Rewards can be received after <br> reaching " + data.result.bondsData.bondsTarget1 + " FIREs")
else if (sessionStorage.lang == 8) layer.msg("Phn thưởng có th nhn được sau <br> khi đạt " + data.result.bondsData.bondsTarget1 + " lông vũ") else if (sessionStorage.lang == 8) layer.msg("Phn thưởng có th nhn được sau <br> khi đạt " + data.result.bondsData.bondsTarget1 + " lông vũ")
else if (sessionStorage.lang == 10) layer.msg("Phn thưởng có th nhn được sau <br> khi đạt " + data.result.bondsData.bondsTarget1 + " lông vũ") else if (sessionStorage.lang == 10) layer.msg("Phn thưởng có th nhn được sau <br> khi đạt " + data.result.bondsData.bondsTarget1 + " lông vũ")
else layer.msg("收益到達" + data.result.bondsData.bondsTarget1 + "羽毛后可領取") else layer.msg("收益到達" + data.result.bondsData.bondsTarget1 + "螢火后可領取")
}) })
} }
$(".day-box3").on("click", function () { $(".day-box3").on("click", function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment