Commit f53f69ca by doszhang

dos

parent d44f579b
......@@ -107,7 +107,9 @@ function showRule () {
}
function showPrize (types) {
//暂定奖品1视频月卡
//1 视频月卡
//2 话费
//3 电影票
$('.prize-page .prize').hide();
if (types > 0) {
$('.prize-page .prize' + types).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