{if userState.isLogin()} {var user=userState.getUser()} {var userOrgs=user.userOrgs}
${user.fullName}{if !user.mail && !user.mobile}
!
{/if}
您好!
{if user.org}
您当前的机构:
${user.org.orgName}
{if userOrgs.length>1}
{for org in userOrgs} {if org.orgId != user.selRelOrgId}
{if org.extendCode!=""&&org.extendCode!=null} ${org.extendCode} {/if} ${org.orgName}
{/if} {/for}
{/if}
|
进入办公室
{/if}
|
安全退出
{else}
请
登录
{if noRegist=="false"}
注册
{/if}
{/if}
{eval} var tgrid = ''; var params = { action: 'VSSite.getSiteMember', }; $.ex.ajax({ params: params, scope: this, afterAction: function(success, o) { if (success) { var relOrgListLength =$(".relOrgList li").length; if(relOrgListLength==1&&$(".relOrgList li").find("a").attr("orgCode")=="guest"){ }else if($(".userorginfo .orgName").attr("orgCode")=="guest"){ }else{ $(".userorginfo").show(); $(".isMallSeller").show() } }else{ $(".userorginfo").show(); $(".isMallSeller").show(); } } }); var buyerEnter="true"; if(buyerEnter=="true"){ $.eh.shop.getShowOffice(function(buyer,scope){ if(true){ $(".isMallSeller").hide(); if(buyer&&buyer.isMallSeller){ $(".isMallSeller").show(); } } }); } {/eval}
要货篮
我的账户
我的订单
我的退换货
缺货登记单
我的求购单
积分流水
收货地址
我的收藏
我的组织
我的合同
服务中心
帮助中心
站点公告
留言咨询
页面设计
账户中心
找回密码
1.确认身份
2.设置新密码
3.操作完成
用户名:
输入右侧图片文字:
如何找回密码?
您可以通过账户安全绑定信息找回密码。请先输入您的登录账户名,然后按提示完成操作。
{if user.bindMail||user.bindMobile}
为保障您的账户安全,系统需要先确认您的身份,请选择现有账户信息验证。
{else}
您未绑定任何账户验证信息,只能通过客服找回口令。
请联系客服或您的业务代表。
{/if} {if user.bindMail}
通过邮件验证
第一步:向我预设的验证邮箱 ${user.mail}
发送验证码
第二步:请输入接收到的验证码后点击“重置口令”按钮
验证码:
重置口令
{/if} {if openSm&&user.bindMobile}
通过手机验证
第一步:向我预设的验证手机 ${user.mobile}
发送验证码
第二步:请输入接收到的验证码后点击“重置口令”按钮
验证码:
重置口令
{/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("获取校验码"); } } } $('input:radio[name="validTypeSelect"]').unbind(); $('input:radio[name="validTypeSelect"]').bind('change',function(e){ if($(this).val()=="mail"){ $(".mobileValid .panel-body").hide(); $(".mailValid .panel-body").show(); } else { $(".mailValid .panel-body").hide(); $(".mobileValid .panel-body").show(); } }); //发送校验码 $("#userValid .mailValid .getValidCode").click(function(){ validKey=$('#userValid').attr('userName'); $.eh.account.getValidCode(validKey,'mail',function(success,o){ if ($.ex.util.isNotEmpty(o.message)); $.ex.msgbox.message(o.message); }); }); $("#userValid .mobileValid .getValidCode").click(function(){ if(timeOut) return; ee=$(this); validKey =$('#userValid').attr('userName'); $.eh.account.getValidCode(validKey,'mobile',function(success,o){ if(success){ timeOut=true; ee.html("
60
秒后重发"); time(); } if ($.ex.util.isNotEmpty(o.message)); $.ex.msgbox.message(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:"#mailValidCode", datatype:"*", nullmsg:"请输入验证码。" } ]); //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:"#mobileValidCode", datatype:"*", nullmsg:"请输入验证码。" } ]); {/eval}
回到顶部