Commit 18f273ec by 冷斌

fix bug

parent 274859de
...@@ -595,9 +595,9 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -595,9 +595,9 @@ class Model_Live extends PhalApi_Model_NotORM {
/* 分销 */ /* 分销 */
setAgentProfit($uid,$total); setAgentProfit($uid,$total);
/* 分销 */ /* 分销 */
$anthor_total=$total;
/* 家族分成之后的金额 */ /* 家族分成之后的金额 */
$anthor_total=setFamilyDivide($liveuid,$anthor_total); setFamilyDivide($liveuid,$total);
$anthor_total = $giftinfo['votes'];
//主播 经验 //主播 经验
$get_gift = !empty($set['get_gift']) ? $set['get_gift'] : 0; $get_gift = !empty($set['get_gift']) ? $set['get_gift'] : 0;
$get_gift2 = !empty($set['get_gift2']) ? $set['get_gift2'] : 0; $get_gift2 = !empty($set['get_gift2']) ? $set['get_gift2'] : 0;
......
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