ShopWT官网-php多用户商城系统-在路上
标题:
v3 b11 右侧会员登录一直提示验证码错误
[打印本页]
作者:
亲亲丶玲
时间:
2015-8-9 09:58
标题:
v3 b11 右侧会员登录一直提示验证码错误
明明输对了,但是就一直提示验证码错误,求破。b10的时候没有问题,b11就不行了
作者:
shopwt
时间:
2015-8-9 12:01
请打B11(7月4号的补丁包)
作者:
shopwt
时间:
2015-8-9 12:03
\shop\templates\default\layout\layout_top.php
大概在175行,
// 右侧bar登录
$('div[nctype="a-barLoginBox"]').click(function(){
...
});
复制代码
修改为
// 右侧bar登录
$('div[nctype="a-barLoginBox"]').click(function(){
$('div[nctype="barLoginBox"]').toggle();
document.getElementById('codeimage').src='<?php echo SHOP_SITE_URL?>/index.php?act=seccode&op=makecode&nchash=<?php echo getNchash('login','index');?>&t=' + Math.random();
});
复制代码
作者:
亲亲丶玲
时间:
2015-8-10 09:07
shopwt 发表于 2015-8-9 12:03
\shop\templates\default\layout\layout_top.php
大概在175行,
谢谢,问题搞定了
作者:
亲亲丶玲
时间:
2015-8-10 09:12
shopwt 发表于 2015-8-9 12:03
\shop\templates\default\layout\layout_top.php
大概在175行,
7.4号的补丁在哪里,没有找到
作者:
xoox
时间:
2015-8-13 17:09
我今天也是遇到这样的问题!但是跟技术人员说,但是他们。。
欢迎光临 ShopWT官网-php多用户商城系统-在路上 (https://bbs.shopwt.com/)
Powered by Discuz! X3.4