{if userState.isLogin()} {var user=userState.getUser()} {var userOrgs=user.userOrgs}
 
${user.fullName}
 | 
退出
{else}
登录
 | 
注册
{/if}
{var user=userState.getUser()} {var userOrgs=user.userOrgs}
当前机构:${user.org.orgName}
{eval} $("#userOrgInfo .changeOrgBtn").die(); $("#userOrgInfo .changeOrgBtn").live("click",function(){ $("#pubModalWindow").modal("show"); $.ex.util.merge("changeOrg_tpl","pubModalWindow",{userState:$.eh.userState}); }); $("body .page").css("margin-top","25px"); $("body .PdtSearch").css("padding-top","24px"); {/eval}
{var user=userState.getUser()} {var userOrgs=user.userOrgs}
×
切换我的身份
{for org in userOrgs}
{if org.orgId == user.selRelOrgId}
{/if} ${org.orgName}
{/for}
{eval} $("#pubModalWindow button.close").click(function(){ window.location.reload(); }); var list=$("ul.list-unstyled li"); var i; var title; var wid=$("#tt").width(); var data=[]; for(i=0;i
找回密码
 
首页
购物车
我的账户
验证身份
{if user.bindMail||user.bindMobile}
为保障您的账户安全,系统需要先确认您的身份,请选择现有账户信息验证。
{else}
您未绑定任何账户验证信息,只能通过客服找回口令。
请联系客服或您的业务代表。
{/if} {if user.bindMobile}
通过绑定手机验证
向我已绑定的手机号
发送验证码
重置口令
{/if} {if user.bindMail}
通过绑定邮件验证
发送校验码到:${user.mail}
发送验证码
重置口令
{/if}
{eval} var timeOut=false; var time=function(){ if(!timeOut) return; var ee=$(".getValidCode"); if(ee.html()=="获取校验码"){ timeOut=false; return; } else{ var m=ee.find("i"); if (m.html()>0){ m.html(parseInt(m.html())-1); setTimeout(time,1000); //time是指本身,延时递归调用自己 } else{ timeOut=false; ee.html("获取校验码"); } } } //发送校验码 $("#mobileValid .getValidCode").click(function(){ if(timeOut) return; ee=$(this); validId =$('#mobileValid #userName').val(); $.eh.account.getValidCode(validId ,'mobile',function(success,o){ if(success){ timeOut=true; ee.html("
60
秒后重发"); time(); } if ($.ex.util.isNotEmpty(o.message)) alert(o.message); }); }); //发送校验码 $("#mailValid .getValidCode").click(function(){ validId =$('#mailValid #userName').val(); $.eh.account.getValidCode(validId ,'mail',function(success,o){ if ($.ex.util.isNotEmpty(o.message)) alert(o.message); }); }); //Mail var mailForm=$("#mailValid form").Validform({ tiptype :2 ,ignoreHidden :true ,btnSubmit :"#mailCommit" ,callback :function(data){ $.eh.account.confirmPwdInfo(data,function(success,o){ //回调成果转向 if (success){ window.location.href=$.ex.util.format(setUrl,o.results[0]); } else { $.ex.msgbox.warning(o.message); } }); return false; } }); mailForm.addRule([{ ele:"#mail", datatype:"e", nullmsg:"请输入您账户绑定的邮箱地址。" , errormsg:"邮箱格式错误,邮箱的格式类似于 master@163.com" } ]); //Mobile var mobileForm=$("#mobileValid form").Validform({ tiptype :2 ,ignoreHidden :true ,btnSubmit :"#mobileCommit" ,callback :function(data){ $.eh.account.confirmPwdInfo(data,function(success,o){ //回调成果转向 if (success){ window.location.href=$.ex.util.format(setUrl,o.results[0]); } else { $.ex.msgbox.warning(o.message); } }); return false; } }); mobileForm.addRule([{ ele:"#validCode", datatype:"*", nullmsg:"请输入手机验证码。" } ]); {/eval}
页面设计
0
我是一只有底线的兔子
${group.count}