liyinglin 3 years ago
parent b815dc5b37
commit 5a65b85946

@ -335,7 +335,7 @@ class ProjectController extends CommonController
foreach ($all['ask'] as $key => $item) {
$content[] = [
'ask' => AskSubmit::$askList[$key],
'socre' => $item
'score' => $item
];
$socre += $item;
}

Loading…
Cancel
Save