水滴设置价格可以高过官网价

This commit is contained in:
“wanyongkang”
2025-05-28 14:30:42 +08:00
parent 272d5e6132
commit 246a83bac4

View File

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