error方法报错

浏览:396 发布日期:2016/12/25 分类:ThinkPHP5专区 关键字: thinkphp5 error方法
if(!captcha_check($data['captcha'])){
            $this->error('验证码错误');
};
报错:
Call to undefined method app\admin\controller\Index::error()
最佳答案
评论( 相关
后面还有条评论,点击查看>>