会员权益项目

This commit is contained in:
2026-04-28 18:01:02 +08:00
parent 43a4a1a8dd
commit 742254c55d
7 changed files with 44 additions and 39 deletions

View File

@@ -206,6 +206,10 @@ class Level extends Backend
$join_config = $this->join_config_model->getSimpleByStatus();
$this->view->assign('join_config', $join_config);
if (empty($row['benefits_project'])) {
$row['benefits_project'] = [];
}
$this->view->assign('row', $row);
return $this->view->fetch();
}