{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}
${org.orgName}
{/if} {/for}
{/if}
|
进入办公室
|
商品资质下载
|
进入首页
{/if}
|
安全退出
{else}
请
登录
{if noRegist=="false"}
注册
{/if}
{/if}
购物车
我的账户
我的订单
缺货登记单
我的账簿
我的卡包
我的礼券
收货地址
我的评价
我的留言
我的收藏
我的组织
服务中心
站点公告
店铺公告
留言咨询
页面设计
{if store}
${store.storeName}
企业名称:
${store.orgName}
所在区域:
${store.city}
经营品类:
${store.productCats}
主营品牌:
${store.brands}
联系客服:
${store.telephone}
{else}
未选择供货商
{/if}
找回密码
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}
在线客服
在线客服
{if groups&&groups.length>0}
{for group in groups}
${group.serviceGroupName}
{for worker in group.workers} {if group.serviceGroupType=='QQ'}
${worker.tip}
{/if} {if group.serviceGroupType=='WangWang'}
${worker.tip}
{/if} {if group.serviceGroupType=='EBM'}
${worker.tip}
{if worker.contact!=""}
${worker.contact}
{/if}
{/if} {/for}
{/for}
{/if}
回到顶部