Commit 337997e3 by 冷斌

fix bug

parent b14c9367
......@@ -853,14 +853,14 @@ class Model_Live extends PhalApi_Model_NotORM {
$configPri = getConfigPri();
$global_prompt = (!empty($configPri['global_prompt']) && $configPri['global_prompt'] <= $total ) ? 1 : 0;
$total = $giftinfo['votes']*$giftcount;
// $total = $giftinfo['votes']*$giftcount;
/* 分销 */
setAgentProfit($uid,$totalcoin);
/* 分销 */
$anthor_total=$total;
$anthor_total=$giftinfo['votes']*$giftcount;;
/* 幸运礼物分成 */
if($giftinfo['type']==0 && $giftinfo['mark']==3){
$jackpotset=getJackpotSet();
......
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