|
@@ -458,6 +458,7 @@
|
|
|
return lotteryResult[key];
|
|
|
})
|
|
|
goodsList();
|
|
|
+ rewardList();
|
|
|
allotTimeCardList();
|
|
|
$('.main-contain').eq(0).append(result)
|
|
|
$('.times').eq(0).text(lotteryResult.lotteryCount)
|
|
@@ -570,7 +571,10 @@
|
|
|
headerAward();
|
|
|
$('.rule-point-wrap').eq(0).html(actRule)
|
|
|
$('.times').eq(0).text(lotteryCount)
|
|
|
- $('.all-award-wrap').eq(0).append(result)
|
|
|
+ let content = $('.all-award-wrap').eq(0).text();
|
|
|
+ if(!content){
|
|
|
+ $('.all-award-wrap').eq(0).append(result)
|
|
|
+ }
|
|
|
}else{
|
|
|
stopManyClick(() =>{
|
|
|
toastr.error(res.msg)
|