Home >Backend Development >PHP Tutorial >Yii 验证码 问题

Yii 验证码 问题

WBOY
WBOYOriginal
2016-06-23 14:23:54741browse

验证码 yii

相同的代码 在前台 验证码
在后台(modules)中 验证码

为什么后台 不会显示 换一张 这个链接

回复讨论(解决方案)

找到代码文件检查看是否少了东西

这个看看了 要是确实存在这个链接文字的话 就是你的div宽度个隐藏了

谢谢各位,问题已经解决
因为我在后台 用的是 renderPartial

而前台用的是 render

经测试 只有render才行

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:memcache 多服务器Next article:问个弱智的问题