|
@@ -394,7 +394,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="zz">
|
|
<div class="zz">
|
|
<img src="https://cdn-novel.iycdm.com/h5/activity-2019-05-30/point.png" />
|
|
<img src="https://cdn-novel.iycdm.com/h5/activity-2019-05-30/point.png" />
|
|
- <span id="left_count">剩 余{{$count >=10 ? '9+':$count}}次</span>
|
|
|
|
|
|
+ <span id="left_count">剩余{{$count >=10 ? '9+':$count}}次</span>
|
|
</div>
|
|
</div>
|
|
<div class="button">
|
|
<div class="button">
|
|
<img src="https://cdn-novel.iycdm.com/h5/activity-2019-05-30/button.png" />
|
|
<img src="https://cdn-novel.iycdm.com/h5/activity-2019-05-30/button.png" />
|
|
@@ -595,9 +595,9 @@
|
|
count--;
|
|
count--;
|
|
count_str = count
|
|
count_str = count
|
|
if(count >=10){
|
|
if(count >=10){
|
|
- count_str =count+'+'
|
|
|
|
|
|
+ count_str ='9+'
|
|
}
|
|
}
|
|
- $('#left_count').html('剩余'+count_str+'+次');
|
|
|
|
|
|
+ $('#left_count').html('剩余'+count_str+'次');
|
|
if(count<=0){
|
|
if(count<=0){
|
|
$('#lottery_button').html('充值后才可抽奖');
|
|
$('#lottery_button').html('充值后才可抽奖');
|
|
}
|
|
}
|