后台会员级别与会员权益

This commit is contained in:
2026-04-28 16:13:29 +08:00
parent 317016f2a8
commit bdc0ff2399
7 changed files with 83 additions and 106 deletions

View File

@@ -202,9 +202,7 @@ class Level extends Backend
if (false === $this->request->isPost()) {
$benefits = $this->benefit_model->getSimpleByStatus(0);
$this->view->assign('benefits', $benefits);
if (is_null($row['benefits_id'])) {
$row['benefits_id'] = [];
}
$join_config = $this->join_config_model->getSimpleByStatus();
$this->view->assign('join_config', $join_config);