This commit is contained in:
yangduo 2025-01-15 17:47:45 +08:00
parent 6456272eb7
commit 59637c1dbf

View File

@ -145,6 +145,10 @@ class RechargeController
$goodsid = 0;
if ($shopgoods_conf) {
for ($i = 1; $i <= count($shopgoods_conf); $i++) {
if ($shopgoods_conf[$i]['type'] != 1) {
continue;
}
if ($diamonds < $shopgoods_conf[$i]['item_num']) {
continue;
}