期刊分期封面

This commit is contained in:
DESKTOP-B7F3Q04\admin
2022-03-22 14:08:43 +08:00
parent 884568ffe7
commit d7d51815bb
2 changed files with 33 additions and 3 deletions

View File

@@ -1243,7 +1243,7 @@ class Journal extends Controller {
} else {
$frag = $list;
}
$re['topic_show_type'] = $this->journal_obj->where(['journal_id'=> $data['journal_id'],'state'=>0])->value('topic_show_type');
$re['stages'] = $frag;
return jsonSuccess($re);
}
@@ -1781,5 +1781,4 @@ class Journal extends Controller {
$re['count'] = $count;
return jsonSuccess($re);
}
}