This commit is contained in:
wangjinlei
2022-05-16 12:18:36 +08:00
parent ea9047b8bd
commit 111241fa70
4 changed files with 10 additions and 6 deletions

View File

@@ -141,8 +141,8 @@ class Journal extends Controller {
$list = $this->footer_obj->where($where)->order('sort desc')->select();
$frag = [];
$frag['Publishing Policy'] = [];
$frag['Join Us'] = [];
$frag['Products'] = [];
$frag['Join Us'] = [];
$frag['Cooperate with Us'] = [];
$frag['Publisher Information'] = [];
foreach ($list as $v) {