Commit 1cf4b8c8 by 冷斌

update

parent 29a53444
...@@ -809,7 +809,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -809,7 +809,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$ifup=0; $ifup=0;
$ifwin=0; $ifwin=0;
/* 幸运礼物 */ /* 幸运礼物 */
if($giftinfo['type']==0 && $giftinfo['mark']==3){ if(false && $giftinfo['type']==0 && $giftinfo['mark']==3){
$ifup=1; $ifup=1;
$ifwin=1; $ifwin=1;
$list=getLuckRate(); $list=getLuckRate();
......
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 to comment