CINXE.COM
会员登录-秒火食品代理网
<!DOCTYPE html> <html lang="zh-CN" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>会员登录-秒火食品代理网</title> <meta name="keywords" content="秒火食品代理网会员登录" /> <meta name="description" content="秒火食品代理网会员登录" /> <meta name="renderer" content="webkit" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.spdl.com/mebcenter/index.html#/pages/login/login"> <link rel="stylesheet" type="text/css" href="/Themes/Styles/loginreg.css" /> <script> (function () { if (screen.width < 640) { window.location.href = "https://m.spdl.com/mebcenter/index.html#/pages/login/login"; } })(); </script> </head> <body> <header> <div class="container clearfix"> <div class="logo fl clearfix"> <a href="https://www.spdl.com/" class="fl logo-pic"><img src="/Themes/Images/Logo/logo.png" alt="秒火食品代理网" /></a> <span class="fl logo-line"></span> <span class="fl classify-txt">欢迎登录</span> </div> <img class="phone-pic fr" src="/Themes/Images/RegLogin/phone.png" alt="热线:400-999-2585" /> </div> </header> <div class="login-main"> <div class="login-con container clearfix"> <div class="login-conl fl posr"> <p class="login-t1"> 食品行业一站式代理招商服务平台 </p> <p class="login-t2"> 涵盖范围广的食品饮料招商企业,<br /> 多方位提供厂家招代理商,代理商找产品的综合性平台! </p> <ul> <li>百万经销商资源,精准营销,强势推广,招商效率大幅提升</li> <li>近十年专注,汇聚优势,多渠道立体推广量身打造属于你的招商力</li> </ul> <div class="posa attention"> <div class="clearfix"> <img class="fr" src="/Themes/Images/RegLogin/jxssh.jpg" alt="秒火代理网" /> </div> <p class="tar"> 关注秒火代理网<br /> 免费加全国微信经销商群 </p> </div> </div> <div class="login-conr fl"> <div class="login-tit clearfix"> <span class="login-titc fl">账户登录</span> <span class="login-tite fl">SIGN IN</span> </div> <ul> <li> <span>用户名</span> <input type="text" id="username" placeholder="请输入用户名" /> </li> <li> <span>密码</span> <input type="password" id="password" placeholder="请输入密码" /> </li> <li> <span>验证码</span> <div class="clearfix code"> <input class="fl" type="text" id="yzcode" placeholder="请输入计算结果" /> <img id="imgCaptchaCode" class="fl" src='https://api.spdl.com/Sites/GetCaptchaImg?codekey=4172b47d9cd84917aaf3366da63a1ddb' title="看不清换一张" alt="验证码" /> </div> </li> </ul> <a href="https://www.spdl.com/FindPwd.html" class="forget tar">忘记密码?</a> <button class="tologin"> 登 录 </button> <div class="clearfix other-login"> <ul class="fl clearfix"> <li class="fl"> <a href="https://open.weixin.qq.com/connect/qrconnect?appid=wx12a5d6c8b9ff2abd&redirect_uri=https://www.spdl.com/passport/wxunion.html&response_type=code&scope=snsapi_login&state=STATE#wechat_redirect" class="fl"> <img src="/Themes/Images/RegLogin/icon-wx.png" alt="微信" class="fl" /> <span class="fl">微信登录</span> </a> </li> </ul> <div class="fr free-reg"> <img src="/Themes/Images/RegLogin/icon-solidr.png" alt="" class="fl" /> <a href="https://www.spdl.com/reg.html" rel="nofollow" class="fl">免费注册</a> </div> </div> </div> </div> </div> <div class="login-line"> </div> <footer> <div class="container"> <ul class="clearfix"> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/gywomen.html" rel="nofollow" target="_blank">关于我们</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/tuisonghy.html" rel="nofollow" target="_blank">平台服务</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/ggfuwu.html" rel="nofollow" target="_blank">服务优势</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/kfzhongxin.html" rel="nofollow" target="_blank">客服中心</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/sybangzhu.html" rel="nofollow" target="_blank">使用帮助</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/fwtiaokuan.html" rel="nofollow" target="_blank">用户协议</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/nav.html" rel="nofollow" target="_blank">站点导航</a> </li> <li class="fl"> <a class="fl" href="https://www.spdl.com/about/kfzhongxin.html" rel="nofollow" target="_blank">联系我们</a> </li> </ul> <p class="tac"> Copyright©2013-2025 食品代理spdl.com 版权所有:秒火食品代理网 <script type="text/javascript" src="/Themes/Scripts/tongji.js"></script> </p> </div> </footer>; <script type="text/javascript" src="/Themes/Scripts/jquery.min.js"></script> <script type="text/javascript" src="/Themes/Scripts/public.js"></script> <script type="text/javascript"> $(function () { document.onkeydown = function (e) { if (!e) e = window.event; //火狐中是 window.event if ((e.keyCode || e.which) == 13) { $(".tologin").click(); } } $("#username").focus(); function setCookie(name, value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000); document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString(); } $(".tologin").click(function () { var username = $("#username").val(); var password = $("#password").val(); var yzcode = $("#yzcode").val(); var jsondata = { "loginName": username, "password": password, "captchaCode": yzcode, "codekey": "4172b47d9cd84917aaf3366da63a1ddb" }; if (yzcode) { $.ajax({ type: "post", url: "https://api.spdl.com/Member/MemberLogin", datatype: "json", async: false, headers: { "content-type": "application/json" }, data: JSON.stringify(jsondata), success: function (data) { if (data.Tag == 1) { setCookie("mebtoken", data.Data); setCookie("memberid", data.Description); location.href = "/mebcenter/index.html"; } else { alert(data.Message) } }, error: function () { alert("请稍后重试或联系400-999-2585!") } }) } else { alert('验证码不能为空') } }) }) $("#imgCaptchaCode").click(function () { $(this).attr("src", 'https://api.spdl.com/Sites/GetCaptchaImg?codekey=4172b47d9cd84917aaf3366da63a1ddb' + '&time=' + new Date().getTime()); }); </script> </body> </html>