CINXE.COM
华强云平台
<!DOCTYPE html> <html> <head> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"> <meta name="renderer" content="webkit"> <meta name="keywords" content="华强云平台,搜索选型,查找替代料,管理及查看技术文档,管理库存及客户信息,在线交易,hqyun"> <meta name="description" content="华强云平台"> <meta name="viewport" content="initial-scale=0.3, maximum-scale=1, minimum-scale=0.3, user-scalable=yes"> <title>华强云平台</title> <link rel="shortcut icon" href="https://hqyun-res-css.hqewimg.com/res/hqyun.com/img/public/favicon1.ico"> <link href="https://hqyun-res-css.hqewimg.com/res/hqyun.com/css/reset.css?20230912" rel="stylesheet"> <link href="https://hqyun-res-css.hqewimg.com/res/hqyun.com/css/homepage.css?20230912" rel="stylesheet"> <style> #reg_protocol{vertical-align: middle;position: relative; top: -1px;} </style> <!--旧版JQ在线客服--> <script src="https://hqyun-res-js.hqewimg.com/res/www/global/js/jquery-1.12.4.min.js?20230912"></script> <!----> </head> <body > <div class="bg-cover" style="display: none;"></div> <!--页头--> <div class="head" id="head"> <div class="top-notice" id="topNotice" style="display: none;"> <a class="close" href="javascript:void(0)" onclick="$('.top-notice').hide()"></a> <p title="" class="container" id="msgCont">暂无消息</p> </div> <div class="head-middle page-auto-max hq-cf "> <div class="hq-fl"> <!--a href="/homenew/index"><img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/public/logo.svg?20200306" class="logo" /--> <a href="/homenew/index" class="svglogo"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width:200px;height:200px;position: relative; top: -64px;"> <image width="200" height="200" preserveaspectratio="none meet" xlink:href="https://hqyun-res-css.hqewimg.com/res/hqyun.com/img/public/logo.svg?2020030611"></image> </svg> </a> </div> <ul class="hq-fl hq-nav"> <li> <a href="/homenew">首页</a> </li> <li class="hover-li"> <a> 产品 <i class="triangle"></i> </a> <div class="nextblock hq-cf"> <a href="/homenew/stock">库管家</a> <a href="/homenew/fht">烽火台</a> <a href="/homenew/quote">云报价</a> <a href="/homenew/kdb">快递宝</a> </div> </li> <li> <a href="/homenew/question?638679988766407092">服务与支持</a> </li> <li> <a href="/homenew/about">关于我们</a> </li> <li> <a href="https://www.hqyun.com/support/privacy" target="_blank">隐私政策</a> </li> </ul> <a class="hq-fl btn btn-df service" id="qiaqiaClickJq">在线客服</a> </div> </div> <!--旧版官网 JQ 恰恰--> <div class="login-box login-box-hide" id="loginWin"> <div class="login-box-con "> <span class="login-close" id="loginClose"></span> <div class="tit"> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/public/login-logo.png?2021" /> <div class="tip syserror" style="display:none;">系统异常</div> </div> <div class="input-item"> <input type="text" placeholder="用户名称" id="userName" /> <span class="tip" style="display:none;">用户名不存在</span> </div> <div class="input-item" style="margin-bottom: 20px"> <input type="password" placeholder="用户密码" id="userPwd" /> <span class="tip" style="display:none;">密码错误</span> </div> <div class="hq-text-right" style="margin-bottom: 5px"> <a href="https://passport.hqew.com/findpwd" class="findpwd" target="_blank">忘记密码?</a> </div> <div class="hq-text-center" style="font-size: 12px;"> <input type="checkbox" id="reg_protocol_login" style="width:15px;vertical-align: middle;" class="hq-a"> <label for="reg_protocol_login" style="width: auto;font-size: 12px;" class="redRegister hq-a">我已阅读并同意</label> <!-- <a class="hq-c-link" href="https://www.hqyun.com/support/UserAgreement" target="_blank">《用户注册协议》</a> --> <a class="hq-c-link" href="https://www.hqyun.com/support/privacy" target="_blank">《隐私政策》</a> </div> <div class="btn-box"> <button class="btn-login" id="btnLogin">登录</button> </div> <div class="reg-box"> 还没有账号? <a href="/passportnew/register" class="registerBtn" target="_blank">注册新账号</a> </div> </div> </div> <div class="qiaqia-box qiaqia-box-hide" id="qiaqiaWeb" style="top:120px; left:50%; margin-left:-239px;"> <div class="qiaqia-box-con"> <div class="top" id="qiaqiaTop"></div> <span class="close" id="qiaqiaClose"> </span> <iframe id="qiaqiaIframe" src="" width="475" height="447" scrolling="no" frameborder="0"></iframe> </div> </div> <!--旧版官网恰恰--> <script> window.addEventListener('scroll', handleScroll, true); // 监听(绑定)滚轮 滚动事件 function handleScroll(e) { // 页面滚动距顶部距离 var i = document.documentElement.scrollTop; if (i > 0) { $("#head").addClass("scrollStyle"); } else { $("#head").removeClass("scrollStyle"); } } $.ajax({ type: "post", url: "/homenew/GetNoticeInfo", dataType: "json", success: function (data) { if(data != "" && data != null){ if(data.enabled_status == 1){ $("#topNotice").show(); } $("#msgCont").attr("title",data.title); $("#msgCont").html(data.content); } }, error: function (data) { } }); var pathname = window.location.pathname; if(pathname == '/'|| pathname == '/homenew'){ $(".hq-nav li").eq(0).addClass("nav-active"); }else if(pathname == '/homenew/stock' || pathname == '/homenew/fht' || pathname == '/homenew/quote' || pathname == '/homenew/kdb'){ $(".hq-nav li").eq(1).addClass("nav-active"); }else if(pathname == '/homenew/question' ){ $(".hq-nav li").eq(2).addClass("nav-active"); }else if(pathname == '/homenew/about' ){ $(".hq-nav li").eq(3).addClass("nav-active"); } </script> <div id="public"> <style type="text/css"> .hq-container { background-color: #e9ecf3; padding: 8px 8px 0px 8px; } #head { display: none } .foot { display: none } .top-bg-kdb { background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/banner.jpg?2021) center 57px no-repeat } .left-btn{ top: 623px; text-align: center; width: 400px; left: 154px; } .text-msg-box{min-height:27px;margin:3px 0;} .box-form .text-error{ font-size: 12px; position:relative!important; } .box-form .text-sucess{ font-size: 12px; position:relative!important; } .box-form{ width: 300px; background: #fff; border-radius: 8px; box-shadow: 0 1px 31px rgba(0,0,0,0.2); position: absolute; right: 32px; top: 200px; padding-left: 50px; padding-top: 40px; padding-right: 50px; padding-bottom: 30px; font-size: 12px; color: #333;} .box-form .tit{font-size: 16.5px;color:#2b3a86;margin-bottom: 20px;} .box-form .msg{} .box-form .input-box{margin-bottom:15px;} .box-form .input-box .name{margin-top: 6px;margin-right: 10px;} .box-form .click-btn{margin-bottom: 30px; background: #2b63f0; outline: none; cursor: pointer; border: 0; height: 45px; line-height: 45px; border-radius: 25px; padding: 0; font-size: 16px; text-align: center; width: 50%; color: #fff;display: inline-block;} .box-form .sale-msg{color: #999;} .box-form .msg-info{line-height: 24px;margin-top: 5px;} .box-form .disabled{color:#999!important} .ul-form .text{ font-size: 13px; border: 0px; border-bottom: 1px solid #ccc; width: 228px; outline: none; padding-bottom: 10px; float:right; } .ul-form li{ width:100%; margin-bottom:30px; overflow: hidden; } .ul-form label { display: inline-block; width: 52px; float: left; } .ul-form .getVerify { background: transparent; border: 0px; color: #2b63f0; position: absolute; right:0px; font-size: 13px; cursor: pointer; } /*2021*/ .tit-v1{font-size: 44px;color: #333;margin-bottom: 30px;} .tit-v1 p{font-size: 26px;color: #666;font-weight: normal;} .tit-v1 .blue{color: #2b63f0;} .left-v1-bg{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/left_b.png?2021) top right no-repeat;width:320px ;height:500px ;} .right-v1-bg{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/right_b.png?2021) top right no-repeat;width: 320px;height:565px ;} .ul-v1-list{width:847px;position: relative;left:-10px} .ul-v1-list li{ width: 100%; overflow: hidden; line-height: 28px; } .v1-img.active{ } .v1-img:hover{transform: translate3d(0, -5px, 0); box-shadow: 0 3px 24px #ebedf9; border-radius: 10px;} .v1-img{ width: 31%; padding: 20px 0 20px 135px; margin: 10px; transition: all 0.3s;height:84px;} .v1-img h6{font-size: 20px;color: #333;font-weight: bold;} .v1-img p{font-size: 16px;color: #686c84;} .v1-img1{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/time.png?2021) 15px center no-repeat} .v1-img2{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/money.png?2021) 15px center no-repeat} .v1-img3{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/code.png?2021) 15px center no-repeat} .v1-img4{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/free.png?2021) 15px center no-repeat} .v1-img5{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/lock.png?2021) 15px center no-repeat;height: 84px;} .v1-img6{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/ok.png?2021) 15px center no-repeat} .v1-img7{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/date.png?2021) 15px center no-repeat} .v1-img8{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/center.png?2021) 15px center no-repeat;height: 84px;} .v1-img9{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/tip.png?2021) 15px center no-repeat} .v1-img1_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/time_a.png?2021) 15px center no-repeat} .v1-img2_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/money_a.png?2021) 15px center no-repeat} .v1-img3_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/code_a.png?2021) 15px center no-repeat} .v1-img4_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/free_a.png?2021) 15px center no-repeat} .v1-img5_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/lock_a.png?2021) 15px center no-repeat;height: 84px;} .v1-img6_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/ok_a.png?2021) 15px center no-repeat} .v1-img7_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/date_a.png?2021) 15px center no-repeat} .v1-img8_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/center_a.png?2021) 15px center no-repeat;height: 84px;} .v1-img9_a{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/icon/tip_a.png?2021) 15px center no-repeat} .last-margin-0 .v1-img{margin-top: 0px;} .img-auto{width: 100%;height: auto;} .cont-tit{font-size: 36px;color: #333;font-weight: bold;text-align: center;margin-top:80px;margin-bottom: 30px;} .cont-tit p{font-size: 16px;color: #666;font-weight: normal;margin-top: 10px;} .relative{position: relative;} .fix-cont{ position: absolute; font-size: 16px; width: 688px; color: #000; line-height: 32px; top: 162px; right: 112px; } .phone-call{font-size: 16px;color: #666;margin: 20px 0;} .bg-color-v1{background:url(https://hqyun-res-img.hqewimg.com/res/hqyun.com/img/kdb_v1/bg.png?2021) top center repeat-x;min-height: 200px;} .fix-link{ position: absolute; width: 200px; right: 408px; bottom: 43px; font-size: 18px; color: #2b63f0;} .msg-bottom{margin-left: 52px;margin-bottom: 50px;} .msg-bottom span{width: 214px;text-align: left;display: inline-block;font-size: 18px;color: #666;} </style> } <div class="top-bg-kdb" id="kdbPage"> <div class="page-auto-mid" style="height:877px;position: relative;" > <div class="box-form hq-text-center"> <div class="tit">免费开通</div> <div class="msg hq-text-left">请留下您的联系方式,我们将尽快与您联系</div> <div class="text-msg-box"> <div class="text-error"></div> <div class="text-sucess"></div> </div> <div class="hq-cf input-box"> <ul class="hq-text-left ul-form"> <li><label>手机号码</label><input type="text" placeholder="请输入您的手机号" autocomplete="off" class="text cleartext" onkeyup="clearNoNum(this)" id="RegistPhone"></li> <li class="hq-p-r"><label>验 证 码</label> <input type="text" placeholder="请输入验证码" autocomplete="off" class="text cleartext" id="verifyCode"> <button class="getVerify" id="getVerify">获取验证码</button> </li> <li><label>联 系 人</label><input type="text" autocomplete="off" placeholder="请输入您的姓名(选填)" class="text cleartext" id="RegistName"></li> <li><label>公司名称</label><input type="text" autocomplete="off" placeholder="请输入您的公司名称(选填)" class="text cleartext" id="CompanyName"></li> </ul> </div> <div class="hq-text-center" style="padding-bottom: 15px"> <input type="checkbox" id="reg_protocol" class="hq-a"> <label for="reg_protocol" style="width: 104px" class="redRegister hq-a">我已阅读并同意</label> <!-- <a class="hq-blue" href="https://www.hqyun.com/support/UserAgreement" target="_blank">《用户注册协议》</a> --> <a class="hq-blue" href="https://www.hqyun.com/support/privacy" target="_blank">《隐私政策》</a> </div> <div id="submit_text" data="【快递宝产品页PC】"> <a class="click-btn submitbtn-kdb">免费开通</a> </div> <div class="sale-msg hq-cf"> 客服热线:400-830-8856 <div style="display:none"> <span class="hq-fl">专属销售经理:<span id="SaleMan" data=""></span></span> <span class="hq-fr">联系电话:<span id="MobilePhone"></span></span> </div> </div> </div> </div> <div class="page-auto-mid hq-cf" style="margin-bottom: 60px;"> <h4 class="tit-v1"> <span class="blue">跑腿</span><span>服务</span> <p>华强北商圈短途配送服务</p> </h4> <div class="hq-cf"> <div class="hq-fl"> <ul class="ul-v1-list"> <li> <div class="hq-fl v1-img1 v1-img" data="1"> <h6>直收直送,1小时达</h6> <p>顺丰配送团队,直收直送,无任何中转,1小时内送达</p> </div> <div class="hq-fl v1-img2 v1-img" style="height: 84px;" data="2"> <h6>低至7元</h6> <p>1公里内、5公斤内只需7元/单</p> </div> </li> <li> <div class="hq-fl v1-img3 v1-img " data="3"> <h6>协助收款</h6> <p>二维码收款,0手续费</p> </div> <div class="hq-fl v1-img4 v1-img" data="4"> <h6>签单返还</h6> <p>当天送回签单,无需服务费</p> </div> </li> <li> <div class="hq-fl v1-img5 v1-img" data="5"> <h6>隐私保护</h6> <p>寄收件双方信息加密</p> </div> <div class="hq-fl v1-img6 v1-img" data="6"> <h6>安全保障</h6> <p>享受顺丰品质配送服务和完善的保险</p> <p>赔款服务</p> </div> </li> <li > <div class="hq-fl v1-img7 v1-img " data="7"> <h6>费用月结</h6> <p>支持微信、支付宝、余额支付及线下</p> <p>对公转账</p> </div> <div class="hq-fl v1-img8 v1-img" data="8"> <h6>订单在线跟踪</h6> <p>订单配送状态、收款状态实时可查</p> </div> </li> </ul> </div> <div class="hq-fr right-v1-bg"></div> </div> </div> <div class="page-auto-mid hq-cf" > <h4 class="tit-v1 hq-text-right"> <span class="blue">快递</span><span>服务</span> <p>全国货物配送服务</p> </h4> <div class="hq-cf"> <div class="hq-fl left-v1-bg"></div> <div class="hq-fr"> <ul class="ul-v1-list"> <li> <div class="hq-fl v1-img9 v1-img" data="9"> <h6>尊享折扣</h6> <p>发货越多,折扣越大</p> </div> <div class="hq-fl v1-img2 v1-img" data="2"> <h6>签单返还</h6> <p>顺丰团队提供签单返还服务</p> </div> </li> <li> <div class="hq-fl v1-img5 v1-img" data="5"> <h6>隐私保护</h6> <p>寄收件双方信息加密</p> </div> <div class="hq-fl v1-img6 v1-img" data="6"> <h6>安全保障</h6> <p>享受顺丰品质配送服务和完善的保险</p> <p>赔款服务</p> </div> </li> <li > <div class="hq-fl v1-img7 v1-img " data="7"> <h6>费用月结</h6> <p>支持微信、支付宝、余额支付及线下</p> <p>对公转账</p> </div> <div class="hq-fl v1-img8 v1-img" data="8"> <h6>订单在线跟踪</h6> <p>订单配送状态实时可查</p> </div> </li> </ul> </div> </div> </div> <div class="bg-color-v1"> <div class="page-auto-mid hq-cf hq-text-center relative"> <h4 class="cont-tit" style="padding-top: 100px;">华强电子网平台赋能,超值服务加享</h4> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb_v1/msg_1.png?20210423" /> <span class="fix-link"><a href="https://about.hqew.com/Kdb/index" target="_blank">了解详情 >></a></span> </div> </div> <div class="page-auto-mid hq-cf hq-text-center"> <h4 class="cont-tit">他们都在使用</h4> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb_v1/user.png?2021" /> </div> <div class="page-auto-mid hq-cf relative" style="width:1280px;left: -14px;"> <h4 class="cont-tit">快递宝简介</h4> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb_v1/server.png?2021" class="img-auto"/> <div class="fix-cont">快递宝依托华强电子网的产业优势,为广大电子元器件商户提供配送服务,其中包括跑腿服务与快递服务,用户通过快递宝进行发货,次月即可统一结算。快递宝以更低的费用,更快的送达时间,更高效的客服追踪及问题处理,做到“贴心服务 用心保障”,为您提供更高效更省心的服务。</div> </div> <div class="page-auto-mid hq-cf hq-text-center"> <h4 class="cont-tit" style="margin-top: 0px;"> 开通流程 <p>快递宝服务费用使用月结方式,需要联系销售经理帮您开通</p> </h4> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb_v1/server_line.png?2021" > <div class="msg-bottom"> <span>填写联方式,提交申请</span> <span style="text-indent: 14px;width:200px">销售经理与您联系</span> <span>销售经理为您开通服务</span> <span style="text-indent: 14px;">下载客户端/APP</span> <span>正式使用快递宝服务</span> </div> <div> <a class=" btn btn-radius-df btn-type-white " style="background: #3f75ed;border: 1px solid #3f75ed;" onclick="$('html , body').animate({scrollTop: 0},'slow');" >免费开通</a> </div> <div class="phone-call"> 客服热线:400-830-8856 </div> </div> <div class="page-auto-mid hq-cf hq-text-center"> <div class="cont-tit">合作快递</div> <div class="hq-text-center express-list"> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb/sf.png" /> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb/sfpt.png" /> <!--img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb/ky.png" /--> <!-- <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/kdb/der.png" /> --> </div> <div style="font-size:24px;margin-top:40px" class="page-tit">更多快递敬请期待</div> </div> </div> <!--申请弹出层--> <div class="bg-cover"></div> <div class="application-pop"> <a class="close" title="关闭"></a> <form onsubmit="return false"> <h4>申请开通</h4> <p>请留下您的联系方式,我们将尽快与您联系并为您开通产品试用。</p> <div class="text-msg-box"> <div class="text-error"></div> <div class="text-sucess"></div> </div> <ul> <li><label>公司名称</label><input type="text" autocomplete="off" placeholder="请输入您的公司名称(选填)" class="text cleartext" id="CompanyName"></li> <li><label>联 系 人</label><input type="text" autocomplete="off" placeholder="请输入您的姓名(选填)" class="text cleartext" id="RegistName"></li> <li><label>手机号码</label><input type="text" placeholder="请输入您的手机号" autocomplete="off" class="text cleartext" onkeyup="clearNoNum(this)" id="RegistPhone"></li> <li class="hq-p-r"><label>验 证 码</label> <input type="text" placeholder="请输入验证码" autocomplete="off" class="text cleartext" id="verifyCode"> <button class="getVerify" id="getVerify">获取验证码</button> </li> </ul> <div class="hq-text-center"> <input type="submit" value="提 交" class="btn btn-radius-ac submitbtn" /> </div> </form> </div> <!--申请弹出层--> <div class="bg-cover"></div> <div class="style-pop hq-text-center" id="msgPop"> <form onsubmit="return false"> <h4>消息提示</h4> <p id="tipMsg"></p> <input type="button" value="关闭" onclick="$('#msgPop,.bg-cover').hide()" style="margin-top: 30px;height: 36px;line-height: 34px;font-size: 16px;width: 100px;" class="btn btn-radius-ac msg-close" /> </form> </div> <div class="hq-container" style="display: none;" id="pageApply"> <iframe src="" width="100%" frameborder="no" id="pageApplyIfarme" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe> </div> </div> <!--页尾--> <div class="foot"> <div class="page-auto-mid"> <div class="hq-cf"> <ul> <li class="top-tit">产品中心</li> <li> <a href="/homenew/stock" >库管家</a> </li> <li> <a href="/homenew/fht" >烽火台</a> </li> <li> <a href="/homenew/quote">云报价</a> </li> <li> <a href="/homenew/kdb" >快递宝</a> </li> <!--li> <a href="/product/Crm" target="_blank">CRM</a> </li> <li> <a href="/product/Szb" target="_blank">收支宝</a> </li--> </ul> <ul> <li class="top-tit">服务与支持</li> <li> <a href="/homenew/question">常见问题</a> </li> <li> <a href="https://www.hqyun.com/support/UserAgreement" target="_blank">用户注册协议</a> </li> <li> <a href="https://www.hqyun.com/support/privacy" target="_blank">隐私政策</a> </li> </ul> <ul> <li class="top-tit">关于我们</li> <li> <a href="/homenew/about?miao=1" >企业信息</a> </li> <li> <a href="/homenew/about?miao=2" >华强云平台</a> </li> <li> <a href="/homenew/about?miao=3" >联系我们</a> </li> </ul> <ul> <li class="top-tit">友情链接</li> <li> <a href="https://www.hqengroup.com/" target="_blank">华强电子网集团</a> </li> <li> <a href="https://www.hqew.com/" target="_blank">华强电子网</a> </li> <li> <a href="https://www.hqbuy.com/" target="_blank">华强商城</a> </li> <li> <a href="https://www.icvip.com/ " target="_blank">华强云仓</a> </li> </ul> <ul> <li class="foot-code-box"> <div class="foot-logo"> <img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/public/f_logo.png?20213333" /> </div> <div class="hq-cf code-font"> <div class="hq-fl" style="margin-right:30px;"><img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/public/weixin.png?20213333" /><div class="foot-code-font">官方微信公众号</div></div> <div class="hq-fl"><img src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/img/public/app.png?20213333" /><div class="foot-code-font">扫码下载APP</div></div> </div> </li> </ul> </div> <div class="foot-copyright"> <p>Copyright © 2021 hqyun.com, All Rights Reserved</p> <p>深圳华强电子交易网络有限公司 版权所有 | <a href="http://beian.miit.gov.cn" target="_blank" class="hover-a">粤ICP备08036625号</a></p> </div> <div class="authentication"> <div> <a rel="nofollow" target="_blank" href="http://www.sznet110.gov.cn/" class="sz110" ></a> <a rel="nofollow" target="_blank" href="https://szcert.ebs.org.cn/5f27e76e-13e4-4e2d-9f19-7fc403255ac8" class="ebs" ></a> <a rel="nofollow" target="_blank" href="http://www.hqew.com/about/us_04.html" class="icp" ></a> <a rel="nofollow" target="_blank" href="https://ss.knet.cn/verifyseal.dll?sn=2011012700100006211&ct=df&pa=533681" class="cnnic" ></a> <a rel="nofollow" target="_blank" href="https://cert.ebs.org.cn/5f27e76e-13e4-4e2d-9f19-7fc403255ac8-RealNameCheck.html" class="ebs2" ></a> <a rel="nofollow" target="_blank" href="http://www.ghwsx.gov.cn" class="ghwsx" ></a> </div> </div> </div> </div> <!--旧版JQ版本,弹出层和申请交互--> <script src="https://hqyun-res-js.hqewimg.com/res/seller/js/express/jq.ajaxRequest.js?20230912"></script> <script src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/js/service/qiaqia.js?20230912"></script> <script src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/js/service/applypop.js?20230912"></script> <script src="https://hqyun-res-js.hqewimg.com/res/hqyun.com/js/public/privacy.js?20230912"></script> <script type="text/javascript"> function GetQueryValue(queryName) { var query = decodeURI(window.location.search.substring(1)); var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0] == queryName) { return pair[1]; } } return null; } if (GetQueryValue("hidpop") == 1) { $("#btnType1").hide(); $("#btnType2").show(); } else { $("#head").show(); $(".foot").show(); } $("#pageApplyIfarme").attr("src", "/homenew/ApplyExpressMonthly?userid=" + GetQueryValue("userid")) autodivheight(); function autodivheight() { if ($(window).height() < 950) { document.getElementById("pageApplyIfarme").style.height = 950 + "px"; } else { document.getElementById("pageApplyIfarme").style.height = ($(window).height() - 16) + "px"; } } window.onresize = autodivheight; function blackCall() { $('#pageApply').hide(); $('#kdbPage').show(); } function openCheck() { var IsMember = GetQueryValue("IsMember"); var userid = GetQueryValue("userid"); if (IsMember == "true" || IsMember == true) { $.ajax({ type: "POST", url: "/homenew/HqewMemberApplyKDB", data: { "UserId": userid }, dataType: "json", success: function(data) { if (data.statusCode == 0) { $("#msgPop,.bg-cover").show(); $("#tipMsg").text("您的开通申请已提交,请耐心等候系统审核!"); } else { if ((data.message).indexOf("重复") != -1) { $("#msgPop,.bg-cover").show(); $("#tipMsg").text(data.message); } else { $('#pageApply').show(); $('#kdbPage').hide(); } //$("#msgPop,.bg-cover").show(); //$("#tipMsg").text(data.message); } }, error: function(data) { $('#pageApply').show(); $('#kdbPage').hide(); } }); } else { $('#pageApply').show(); $('#kdbPage').hide(); } } $(".v1-img").hover(function(){ var data = $(this).attr("data"); $(this).addClass("v1-img"+data+"_a"); },function(){ var data = $(this).attr("data"); $(this).removeClass("v1-img"+data+"_a"); }); $.ajax({ url:'/HomeNew/GetSaleManOnDuty', type:'post', dataType: "json", beforeSend:function(xhr){ console.log('before send') }, success: function(data){ if(data){ $("#MobilePhone").html(data.MobilePhone) $("#SaleMan").html(data.SaleMan) $("#SaleMan").attr("data",data.SaleID) }else{ $("#saleInfo").html("") $("#saleInfo").removeClass("sale-info") } }, error: function (err) { console.log(err) }, complete:function(){ console.log('request completed') } }) </script> <script> $(document).on("click",".linkDown",function(e){ e.stopPropagation(); var url ="https://download.hqyun.com/client/HqYunSetup.exe"; var version = navigator.userAgent; if(version.indexOf("Windows NT 5")!=-1) { //console.log("这是XP系统"); }else if(version.indexOf("Windows NT 7")!=-1){ //console.log("这是win7系统"); }else if(version.indexOf("Windows NT 10")!=-1){ url= "https://download.hqyun.com/client/HqYunSetup.zip"; //console.log("这是win10系统"); } $.ajax({ type: "post", //url: "/HomeNew/GetAuthUrl?url=" + url, url: "/HomeNew/GetAuthUrlNew", data:{}, dataType: "json", success: function (data) { if(data != "" && data != null){ window.location.href = data; } }, error: function (data) { } }); }); $("#showNav").hover(function(){ $("#mainNav").show(); $("#showNav").hide(); },function(){ }); $("#mainNav").hover(function(){ },function(){ $("#showNav").show(); $("#mainNav").hide(); }); function showPopMsgTip(msg){ $(".msg-pop-public").show(); $("#alertMsgPop").text(msg); } </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?3f8f7cf168a8a859b273343b02548ccf"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>