Explorar o código

activity debug

zz %!s(int64=6) %!d(string=hai) anos
pai
achega
d4ce76c7e8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      resources/views/pay/activity/huaweiLottery.blade.php

+ 2 - 2
resources/views/pay/activity/huaweiLottery.blade.php

@@ -582,9 +582,9 @@
                             //旋转完毕后弹窗
                             console.log('over');
                             count--;
-                            $('#left_count').innerHTML('剩余'+count+'次');
+                            $('#left_count').html('剩余'+count+'次');
                             if(count<=0){
-                                $('#lottery_button').innerHTML('充值后才可抽奖');
+                                $('#lottery_button').html('充值后才可抽奖');
                             }
                          canClick = true;
                      }, 5000);