adjust
This commit is contained in:
parent
6456272eb7
commit
59637c1dbf
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user