|
|
|
|
@ -213,7 +213,7 @@ class UserOrderController extends Controller
|
|
|
|
|
if (strtotime($group_info['end_time'] . ' 23:59:59') < strtotime($time_info->date . ' ' . $time_info->end_time)) Yo::error_echo(200047);
|
|
|
|
|
}
|
|
|
|
|
$true_price = $price;
|
|
|
|
|
if (Login::$info->pay != 0 && $true_price > 0) {
|
|
|
|
|
if (Login::$info->pay > 0 && $true_price > 0) {
|
|
|
|
|
$true_price = Login::$info->pay;
|
|
|
|
|
}
|
|
|
|
|
$referral = $request->post('referral');
|
|
|
|
|
|