
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();
}
|
|
|
|
山东休普动力科技股份有限公司
企业简介
35
山东休普动力科技股份有限公司坐落于淄博国家高新技术产业开发区,公司始建于2000年初,是国内最早专业生产新能源汽车电机电器的企业之一,是一家集研发、生产、销售电动汽车整车驱动系统、控制系统、汽车智能化控制、充电产品为主的高新技术企业公司。
公司与中科院电工所、清华大学、西安科技大学、山东理工大学、山东大学等科研院校签订长期研发战略合作协议;拥有博士带队的技术和研发团队,拥有独立实验室和检测线,多年来自主研发的产品达到几十个系列上千个品种;
公司秉承“以人为本、科技创新、持续改进、追求卓越”的质量方针,先后取得和通过了ISO9001质量管理体系认证,法国BV认证,CE认证,TS16949认证。
驱动电机
产品类型:直流电机、交流异步电机、永磁同步电机、开关磁阻电机及其相应的控制系统;
产品主要应用于:新能源汽车(电动中巴,电动公交车,高尔夫球车,旅游观光车,流动巡逻车,流动警务室)、电动叉车,轨道车,液压设备,油田设备等;
永磁同步电机
永磁同步电机
永磁同步电机采用稀土钕铁硼永磁材料,电机具有良好的启动和超速特性,可以实现无极调速。
优势:永磁电机转矩密度大,效率高,转矩和转速平稳,动态响应快速准确,容积功率大、体积小、重量轻,散热均匀、节能环保;
永磁同步电机转子结构多样、结构灵活,而且不同的转子结构往往带来自身性能上的特点,因而稀土永磁同步电动机可根据使用需要选择不同的转子结构形式。
永磁同步电机在一定功率范围内,可以比电磁式同步电动机具有更小的体积和重量。由于其体积小、重量轻、高效节能等一系列优点,越来越引起人们重视,随着高性能永磁材料的问世和控制技术的迅速发展.永磁同步电机的在各种车型上广泛引用。
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)];
游客