Commit 9d12c306 by 冷斌

fix bug

parent a641df12
...@@ -854,6 +854,9 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -854,6 +854,9 @@ class Model_Live extends PhalApi_Model_NotORM {
$configPri = getConfigPri(); $configPri = getConfigPri();
$global_prompt = (!empty($configPri['global_prompt']) && $configPri['global_prompt'] <= $total ) ? 1 : 0; $global_prompt = (!empty($configPri['global_prompt']) && $configPri['global_prompt'] <= $total ) ? 1 : 0;
var_dump($global_prompt);
die;
// $total = $giftinfo['votes']*$giftcount; // $total = $giftinfo['votes']*$giftcount;
/* 分销 */ /* 分销 */
......
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