Commit d307e6fa by libai

ft活动上线

parent 410d5b6d
...@@ -278,11 +278,12 @@ $(function(){ ...@@ -278,11 +278,12 @@ $(function(){
} }
html+='</div>'; html+='</div>';
$(".card2").html(html) $(".card2").html(html)
$(".user-sign-box >p").text("今日已簽到,禮物已發放至背包,請明日再來")
} }
}) })
}) })
}else{ }else{
$(".user-sign-box >p").text("今日已簽到,請明日再來") $(".user-sign-box >p").text("今日已簽到,禮物已發放至背包,請明日再來")
var html=''; var html='';
html+='<div class="card-content">'; html+='<div class="card-content">';
if(list.checkinReward==4){ if(list.checkinReward==4){
...@@ -318,7 +319,7 @@ $(function(){ ...@@ -318,7 +319,7 @@ $(function(){
} }
else if(list.status==1){ else if(list.status==1){
//已領取 //已領取
$(".lucky-btn").addClass("lucky-btn2").text("已獲得"+list.todayDiamond+"寶石") $(".lucky-btn").addClass("lucky-btn2").text("已獲得"+list.todayRewardDiamond+"寶石")
} }
} }
if(i==2){ if(i==2){
...@@ -420,7 +421,7 @@ $(function(){ ...@@ -420,7 +421,7 @@ $(function(){
layer.msg(data.msg) layer.msg(data.msg)
return; return;
} }
$(".layer-reg-p").text("恭喜您獲得"+data-result.rateDiamond+"寶石") $(".layer-reg-p").text("恭喜您獲得"+data.result.rateDiamond+"寶石")
layer.open({ layer.open({
type: 1, type: 1,
title: false, title: false,
......
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