|
@@ -394,7 +394,7 @@
|
|
|
</div>
|
|
|
<div class="zz">
|
|
|
<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}}次</span>
|
|
|
</div>
|
|
|
<div class="button">
|
|
|
<img src="https://cdn-novel.iycdm.com/h5/activity-2019-05-30/button.png" />
|
|
@@ -593,11 +593,7 @@
|
|
|
//旋转完毕后弹窗
|
|
|
console.log('over');
|
|
|
count--;
|
|
|
- count_str = count
|
|
|
- if(count >=10){
|
|
|
- count_str ='9+'
|
|
|
- }
|
|
|
- $('#left_count').html('剩余'+count_str+'次');
|
|
|
+ $('#left_count').html('剩余'+count+'次');
|
|
|
if(count<=0){
|
|
|
$('#lottery_button').html('充值后才可抽奖');
|
|
|
}
|