|
|
@@ -93,7 +93,7 @@ class PublicController extends BaseController
|
|
|
$award_ratio = sys_config('reorder_recommend_integral', 0);
|
|
|
}
|
|
|
$give_action_integral = bcdiv(bcmul($total_price, $award_ratio), 100, 2);
|
|
|
- echo $award_order_limit;
|
|
|
+ echo $give_action_integral;
|
|
|
if ($give_action_integral > 0) {
|
|
|
// $extract_sum = bcmul($give_action_integral, $rate, 2);
|
|
|
// $mark = '推荐用户' . $user['nickname'] . "({$user['uid']})" . '购买商品,获得推荐积分';
|