Commit 39ea15f6 by doszhang

Update index.js

parent d438cb8b
......@@ -61,19 +61,15 @@ $(document).ready(function () {
if (!prize_lock) {
return;
}
$('.text_').html('海报合成中,<br>莫捉急~');
$('.page_checking').show()
prize_lock = false;
$.ajax({
url: '/index/get_prize',
type: 'post',
data: {
'photo_url':$('.h-b').attr('src')
},
success: function (resp) {
prize_lock = true;
$('.page-s-c').hide();
$('.page_checking').hide();
if (resp.errcode == 0) {
if (resp.data.prize_type == 0) {
type = 0
......
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