水滴设置价格可以高过官网价
This commit is contained in:
@@ -46,6 +46,10 @@ class Package extends Model
|
||||
if ($price < $package_price) {
|
||||
$package['Price'] = $price;
|
||||
}
|
||||
|
||||
if ($price > $package_price && $price < 1000000) {
|
||||
$package['Price'] = $price;
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($package_info[3])) {
|
||||
|
||||
Reference in New Issue
Block a user