This commit is contained in:
yangduo 2025-04-08 18:42:36 +08:00
parent ac304dacca
commit a5a3d77f38

View File

@ -1821,7 +1821,7 @@ class ActivityController
$onedraw = !isset($_REQUEST['type']) || $_REQUEST['type'] == 0;
$cost_strings = $onedraw ? explode(":", $dr["onecost"]) : explode(":", $dr['tencost']);
if (sizeof($cost_strings) > 1) {
$costid = $cost_strings[1];
$costid = $cost_strings[0];
$count = $cost_strings[1];
if ($costid == 10003) {
$row = $conn->execQueryOne(