Commit e14bcff8 by doszhang

dos

parent 3e8171fb
...@@ -228,11 +228,11 @@ function showRule () { ...@@ -228,11 +228,11 @@ function showRule () {
function showPrize (types) { function showPrize (types) {
//1 视频月卡 //1 视频月卡
//2 话费 //2 话费
//3 电影票
//0 未中奖 //0 未中奖
$('.prize-page .prize').hide(); $('.prize-page .prize-text').hide();
if (types > 0) { if (types > 0) {
$('.prize-page .prize' + types).show(); var length = (types == 1) ? 2 : 3;
$('.prize-page .prize' + types + '-' + RandomNumBoth(1,length)).show();
$('.prize-page .tel-block').show(); $('.prize-page .tel-block').show();
} else { } else {
$('.prize-page .tel-block').hide(); $('.prize-page .tel-block').hide();
......
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