为了账号安全,请及时绑定邮箱和手机立即绑定

php yii 验证码问题

php yii 验证码问题

PHP
米琪卡哇伊 2019-03-18 00:55:11
conroller 里面: use yii\captcha\Captcha; public function actions() { return [ 'captcha' => [ 'class' => 'yii\captcha\CaptchaAction', 'maxLength' => 5, 'minLength' => 5 ], ]; } model 里面: public $verifyCode; public function rules() { return [ [ 'verifyCode', 'captcha', ], ]; } public function attributeLabels() { return [ 'verifyCode' => '', ]; } 表单里面: use yii\captcha\Captcha; <?php echo Captcha::widget([ 'name'=>'captchaimg', 'captchaAction'=>'login/captcha', 'imageOptions'=>[ 'id'=>'captchaimg', 'title'=>'换一个', 'alt'=>'换一个', 'style'=>'cursor:pointer;margin-left:25px;' ], 'template'=>'{image}' ]); ?> 视图结果不显示验证: html 代码: 为什么不显示呢?没有报错。
查看完整描述

3 回答

?
森林海

TA贡献2011条经验 获得超2个赞

具体报错是看src里的那个url.

查看完整回答
反对 回复 2019-03-18
?
www说

TA贡献1775条经验 获得超8个赞

你那个src怎么有个v1

查看完整回答
反对 回复 2019-03-18
  • 3 回答
  • 0 关注
  • 358 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信