wecenter3.6.1移动端手机版缺失的插件钩子
wecenter3.6.1移动端手机版部分页面缺失了一些插件钩子,大家可以根据需要自己添加进去
问题详情页
打开 views/default/m/question/index.tpl.htm 大约81行的位置,添加
<!--问题详情页钩子-->
<?php run_hook('page_content_hook',['page'=>'question_detail','area'=>'content_detail_bottom','question_info'=>$this->question_info,'platform'=>'mobile']);?>
全部 0条评论