Commit d438cb8b by doszhang

Update index.js

parent b3ed2778
...@@ -61,6 +61,8 @@ $(document).ready(function () { ...@@ -61,6 +61,8 @@ $(document).ready(function () {
if (!prize_lock) { if (!prize_lock) {
return; return;
} }
$('.text_').html('海报合成中,<br>莫捉急~');
$('.page_checking').show()
prize_lock = false; prize_lock = false;
$.ajax({ $.ajax({
url: '/index/get_prize', url: '/index/get_prize',
...@@ -92,7 +94,7 @@ $(document).ready(function () { ...@@ -92,7 +94,7 @@ $(document).ready(function () {
} }
if(resp.data.info_type==2 || resp.data.info_type==1){ if(resp.data.info_type==2 || resp.data.info_type==1){
type = 2 type = 2
$('#card').find('img').attr('src','Public/static/images/no-przie.jpg') $('#card').find('img').attr('src','Public/static/images/prize-map.jpg')
// my_notify('你已中过奖'); // my_notify('你已中过奖');
} }
} }
......
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