bobing_910_6
This commit is contained in:
@@ -126,6 +126,7 @@ class Bo extends Base
|
||||
$data['ip'] = get_client_ip();
|
||||
$data['ua'] = $_SERVER['HTTP_USER_AGENT'];
|
||||
$data['type'] = 1;
|
||||
$data['c_time'] = time();
|
||||
$popup = '';
|
||||
if ($re_u['car_gold'] < $this->appConfig['max_car_gold']) {//购车金小于购车金设定值
|
||||
if ($this->appConfig['ratio_car_gold_zl'] && ($this->appConfig['ratio_car_gold_zl'] <= rand(1, 100))) {//购车金概率
|
||||
|
||||
Reference in New Issue
Block a user