[BUG反饋]新增編輯文章,模型自定義模版不顯示問題

發表於2020-04-04
新增編輯文章,模型自定義模版不顯示問題,只顯示預設模版,
此處我已經設定模版編輯為 minjingedit 但仍然顯示的預設模版(如下圖)


修改意見:
修改檔案:Admin/Controller/ArticleController.class.php
修改方法:add方法的 $this->display()改為 $this->display($model['template_add']);
                 edit方法的 $this->display()改為 $this->display($model['template_edit']);
回覆

相關文章