正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -70,7 +70,7 @@ class ArticleController extends WeChatBaseController | @@ -70,7 +70,7 @@ class ArticleController extends WeChatBaseController | ||
70 | $this->assign('next_article', $nextArticle); | 70 | $this->assign('next_article', $nextArticle); |
71 | 71 | ||
72 | $tplName = empty($article['more']['template']) ? $tplName : $article['more']['template']; | 72 | $tplName = empty($article['more']['template']) ? $tplName : $article['more']['template']; |
73 | - | 73 | + dump($tplName); |
74 | return $this->fetch("/$tplName"); | 74 | return $this->fetch("/$tplName"); |
75 | } | 75 | } |
76 | 76 |
-
请 注册 或 登录 后发表评论