修改2
This commit is contained in:
@@ -31,9 +31,9 @@ class UserPrice extends Model
|
|||||||
if ($price < $package_info['Price']) {
|
if ($price < $package_info['Price']) {
|
||||||
$package_info['Price'] = $price;
|
$package_info['Price'] = $price;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($price > $package_price && $price < 1000000) {
|
if ($price > $package_info['Price'] && $price < 1000000) {
|
||||||
$package['Price'] = $price;
|
$package_info['Price'] = $price;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user