这是一篇关于页面评论插件的设置

如果是cms内容页面,增加这个

@include('module::MemberComment.View.pc.public.comment',['biz'=>'article','bizId'=>$record['id']])

可以增加的模块有5个文件,分别是:

  1. 案例页面文件,cases.blade.php

  2. 默认页面文件,default.blade.php

  3. 招聘页文件,job.blade.php

  4. 新闻页文件,news.blade.php

  5. 产品页文件,product.blade.php

5个页面都在以下目录【V8.3.0

/module/Cms/View/pc/cms/detail

增加在合适的div前面即可,如果页面宽度不合适,那就换个<div></div>