联系官方销售客服
1835022288
028-61286886
评论内容不能为空,请问怎么解决
show.html 使用的 问答插件复制过来的评论方式,然后看到论坛有回答说替换以下代码
<?php echo dr_field_form([ 'name' => '内容', 'ismain' => 1, 'fieldtype' => 'Ueditor', 'fieldname' => 'content', 'setting' => array('option' => array( 'mode' => 3, 'height' => 220, 'width' => '100%', 'tool' => IS_PC ? '\'undo\', \'bold\', \'forecolor\',\'simpleupload\', \'attachment\', \'insertimage\', \'insertcode\'' : '\'undo\', \'bold\', \'image\''), 'validate' => array('xss' => 1)) ]); ?>
不知道怎么替换为 textarea