会员权益项目
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user