Commit a6c1f58d by doszhang

dos

parent a120f677
......@@ -283,6 +283,7 @@ function showPrize (types) {
var length = (types == 1) ? 2 : 3;
$('.prize-page .prize' + types + '-' + RandomNumBoth(1,length)).show();
$('.prize-page .tel-block').show();
$('.prize-page .no-prize').hide();
} else {
$('.prize-page .tel-block').hide();
$('.prize-page .no-prize').show();
......
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