|
@@ -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) {
|
|
|
|
|
|
|