如果是cms内容页面,增加这个
@include('module::MemberComment.View.pc.public.comment',['biz'=>'article','bizId'=>$record['id']])
可以增加的模块有5个文件,分别是:
案例页面文件,cases.blade.php
默认页面文件,default.blade.php
招聘页文件,job.blade.php
新闻页文件,news.blade.php
产品页文件,product.blade.php
5个页面都在以下目录【V8.3.0】
/module/Cms/View/pc/cms/detail
增加在合适的div前面即可,如果页面宽度不合适,那就换个<div></div>