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();
}
|
|
|
|
浙江中谷车桥有限公司
企业简介
3
我公司坐落在美丽的东海之滨--温岭市箬横。20多年来一直从事齿轮和齿轮变速箱体的研发生产。2013年8月,成立浙江中谷车桥有限公司,专业研发生产新能源物流车、乘用车、警务车、观光车、清扫车等系列车前后桥。几年来,公司凭着雄厚的技术力量、精良的生产设备、可靠的检测手段,产品驰名海内外,已成为山东、江苏、浙江、河北、河南等知名电动汽车生产公司的主要配套厂家之一。
公司十分注重“中谷车桥”品牌的培育,积极推进质量管理,严格执行ISO9001:2008、ITS16949质量管理的体系、实施了专业加质量、以人为本的科学管理,集业内优秀技术人员和管理精英,并拥有一支强大的研发团队,有多项产品获得国家专利,中谷车桥是全国新能源汽车产业联盟理事单位,浙江省电动汽车协会会员单位,被中国电动车网评为“2016年度小型汽车零部件优秀企业”称号。
公司的主要产品有6大系列40多种,包括有ZG136、ZG162、ZG162-1、ZG182、ZG192、前驱变速箱。为满足市场要求,我公司电动汽车后驱动车桥可以按用户对载重量、车速、轮距、悬挂、制动方式、电机连接方式等变动,单独进行设计匹配,为广大客户提供优质的产品。
中谷车桥愿与您携手共创美好明天。
车桥ZG-HQ-2
电动汽车后桥,电动汽车、电动观光车、高尔夫球车、清扫车
后桥ZG-HQ-4
电动汽车后桥,电动汽车、电动观光车、高尔夫球车、清扫车配套
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)];
游客