|
主题:[ICMS]V2.5版本会员中心通过手机短信验证码取回密码,验证码没有发送到手机,直接显示对话框的设置 [收藏主题] |
问题:如题 解决方法: 打开template/config/getpassword.config 找到 $.ajax({type:"get",async:false,url:"{$GetInstallDir}user/regajax.ashx?istest=1&action=sendmobilecode&model=getpass&mobile="+mobile+"&SessionID="+SessionID+"&anticache=" + Math.floor(Math.random()*1000),cache:false,dataType:"html",success:function(d){ 改成 $.ajax({type:"get",async:false,url:"{$GetInstallDir}user/regajax.ashx?istest=0&action=sendmobilecode&model=getpass&mobile="+mobile+"&SessionID="+SessionID+"&anticache=" + Math.floor(Math.random()*1000),cache:false,dataType:"html",success:function(d){ |
|
KesionCMS,, | |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |