diff --git a/activeFt/hotGirl/index.html b/activeFt/hotGirl/index.html index df2a5d8..4675d84 100644 --- a/activeFt/hotGirl/index.html +++ b/activeFt/hotGirl/index.html @@ -531,6 +531,7 @@ $(".list2-btn1 div").on("click",function(){ console.log('領取每日任務',data) if(data.code!=1){ layer.msg(data.msg) + return; } if(sessionStorage.lang==2)layer.msg("領取成功") else layer.msg("success!") diff --git a/activeFt/hotGirl/oldView.html b/activeFt/hotGirl/oldView.html index 024cb70..0d4ec02 100644 --- a/activeFt/hotGirl/oldView.html +++ b/activeFt/hotGirl/oldView.html @@ -41,7 +41,7 @@ <script type="text/javascript" src="https://app.ixiulive.com/static/js/socket.io.js"></script> <script> $(function(){ - + if(sessionStorage.lang!=2){ $("body").addClass("bg-en") $(".en-t1").text("hot pop") @@ -57,7 +57,7 @@ $(function(){ getData() $(".room-bg1").removeClass("room-bg2").hide() clearInterval(t1) - }else{ + }else if(data.result.todayCheckInTask==0){ $(".room-bg1").addClass("room-bg2").show() } } diff --git a/footseenIcon/action/index.html b/footseenIcon/action/index.html index 648a1ea..273b7f3 100644 --- a/footseenIcon/action/index.html +++ b/footseenIcon/action/index.html @@ -73,7 +73,7 @@ $(function(){ getData() $(".r1").removeClass("r2").hide() clearInterval(t1) - }else{ + }else if(data.result.todayCheckInTask==0){ $(".r1").addClass("r2").show() } }