作者 sgj
1 个管道 的构建 通过 耗费 2 秒

文章显示

... ... @@ -70,7 +70,7 @@ class ArticleController extends WeChatBaseController
$this->assign('next_article', $nextArticle);
$tplName = empty($article['more']['template']) ? $tplName : $article['more']['template'];
dump($tplName);
return $this->fetch("/$tplName");
}
... ...