This commit is contained in:
songliang 2023-06-29 10:49:50 +08:00
parent daf07c16e1
commit 1200480a64

View File

@ -1178,7 +1178,7 @@ class ShopController extends BaseAuthedController
return;
}
} else {
$gold = 500;
$gold = 0;
if ($gold < $cost) {
$this->_rspErr(2, 'gold is not enough');
return;