,模块表单下的评论,使用评论之后的勾子为什么不起效果呢?
https://www.xunruicms.com/doc/16.html
\Phpcmf\Hooks::on('comment_after', function($data) {
$id = intval($_GET['id']);
$prefix = SITE_ID.'_'.APP_DIR;
//修改内容状态与时间
\Phpcmf\Service::M()->db->table($prefix)->where('id', $id)->update([
'jindu' => 2,
'updatetime' => SYS_TIME,
]);
});