function RndNum(n) {
var rnd = "";
for (var i = 0; i < n; i++)
rnd += Math.floor(Math.random() * 10);
return rnd;
}
var xxx = RndNum(3);
var handler = function (captchaObj) {
/*$("#btn_getcode1").click(function (e) {
onblurMobile();
var validate = captchaObj.getValidate();
if (!validate) {
$("#notice")[0].className = "show";
setTimeout(function () {
$("#notice")[0].className = "hide";
}, 2000);
e.preventDefault();
}
else
{
$("#hcaptcha").val("1");
showtime(60);
SendMobileCode();
}
});*/
// 将验证码加到id为captcha的元素里
console.log(captchaObj);
console.log(JSON.stringify(captchaObj));
//console.log(captchaObj.dom.innerHTML);
captchaObj.appendTo("#pop");
/*captchaObj.onReady(function () {
$("#wait")[0].className = "hide";
});*/
};
function showCode() {
if (onblurMobile()) {
$("#pop").html("");
$.ajax({
url: "/tools/getcaptcha.aspx?t=" + xxx + "&mobile=" + $("#txt_mobile").val() + "",
type: "get",
dataType: "json",
success: function (data) {
initGeetest({
width: '100%',
gt: data.gt,
challenge: data.challenge,
product: "embed",
offline: !data.success
}, function (captchaObj) {
captchaObj.appendTo("#pop");
captchaObj.onSuccess(function () {
console.log("success");
$("#hcaptcha").val("1");
showtime(60);
$("#pop").hide();
var validate = captchaObj.getValidate();
SendMobileCode(validate);
});
window.captchaObj = captchaObj;
});
}
});
$("#pop").show();
}
}
function SendMobileCode(validate) {
des = "tb"; console.log(PageMethods);
PageMethods.SendMobileCode($("#txt_mobile").val(),validate.geetest_challenge,validate.geetest_validate,validate.geetest_seccode, funReady, funError);
}
function funReady(result) {
result = JSON.parse(result);
if (result.data == 1) {
$("#div_captcha").val("验证码已发送!")
}
else {
alert(result.data);
}
}
function funError(err) {
alert("Error:" + err._message);
}
function showtime(t) {
document.getElementById("btn_getcode").disabled = true;
for (i = 1; i <= t; i++) {
window.setTimeout("update_p(" + i + "," + t + ")", i * 1000);
}
}
function update_p(num, t) {
if (num == t) {
document.getElementById("btn_getcode").value = " 重新发送 ";
document.getElementById("btn_getcode").disabled = false;
}
else {
printnr = t - num;
document.getElementById("btn_getcode").value = " (" + printnr + ")秒后重新发送";
}
}
function getmobilecode() {
onblurMobile();
showtime(60);
SendMobileCode();
}
|
|
|
|
湖南祺峰新能源汽贸有限公司
企业简介
7
湖南祺峰新能源汽贸有限公司成立于2015年,座落在烟波浩渺的洞庭湖畔,历史悠久的岳阳楼旁,是一家集电动汽车销售、售后维修、分时租赁、充电桩建设于一体化的运营公司。
公司积极推进发展战略,与众多国内知名主机厂家建立了紧密的战略合作关系,并开拓了各市、县分销机构,逐步实现了品牌、专业、市场、团队、服务、行业标准化的经营理念。
公司两年的发展历程,在全体员工团结一致,奋力拼搏下,坚持“以人性化管理,以服务求发展”的企业宗旨,迅速占领市场,打造创新的经营模式,严把产品质量关口,全方位的服务跟踪,坚持做出了高管理效益,秉承“以人为本,诚信经营”的企业理念,始终把“客户满意度”作为公司发展的核心,并多次被政府认定为“诚信经营示范单位”“守合同重信用单位”“全国新能源汽车百强经销商”“爱心企业”等荣誉称号。公司现拥有一批优秀的管理人员,和一支高素质及战斗力超强的狼性运营团队;我们本着“信守承诺,用户至上、服务第一、永不言败”的企业精神,全力以赴打造广大顾客心目中最值得信赖的专业化,集团化的一流新能源运营公司。
湖南祺峰正全速推进中国新能源汽车健康发展,积极响应习近平主席提出的“发展新能源汽车是我国从汽车大国迈向汽车强国的必由之路”的发展理念,肩负起发展新能源汽车国家战略的重任,实现新能源汽车人的使命!
window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": false, "bdPic": "", "bdStyle": "0", "bdSize": "24" }, "share": {}, "image": { "viewList": ["qzone", "tsina", "tqq", "renren", "weixin"], "viewText": "分享到:", "viewSize": "16" }, "selectShare": { "bdContainerClass": null, "bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"] } }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
游客