Commit 1ae39af4 by doszhang

dos

parent 07892cee
...@@ -241,19 +241,19 @@ class IndexController extends Controller ...@@ -241,19 +241,19 @@ class IndexController extends Controller
{ {
M('prize')->add(array( M('prize')->add(array(
'type' => 2, 'type' => 2,
'prize' => 3, 'prize_type' => 3,
'prize_name' => '1元全网手机话费' 'prize_name' => '1元全网手机话费'
)); ));
if($i < 500) { if($i < 500) {
M('prize')->add(array( M('prize')->add(array(
'type' => 2, 'type' => 2,
'prize' => 2, 'prize_type' => 2,
'prize_name' => '2元全网手机话费' 'prize_name' => '2元全网手机话费'
)); ));
} if($i < 25) { } if($i < 25) {
M('prize')->add(array( M('prize')->add(array(
'type' => 1, 'type' => 1,
'prize' => 1, 'prize_type' => 1,
'prize_name' => '优酷VIP视频月卡' 'prize_name' => '优酷VIP视频月卡'
)); ));
} }
......
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