//弹出隐藏层 function ShowDiv(show_div,bg_div){ document.getElementById(show_div).style.display='block'; document.getElementById(bg_div).style.display='block' ; var bgdiv = document.getElementById(bg_div); bgdiv.style.width = document.body.scrollWidth; $("#"+bg_div).height($(document).height()); // bgdiv.style.height = $(document).height(); } //关闭弹出层 function CloseDiv(show_div,bg_div) { document.getElementById(show_div).style.display='none'; document.getElementById(bg_div).style.display='none'; }; var testTxt = " 1130";

候选品牌

江苏威盟新能源车业有限公司

编号:25票数:5337排名:40
威盟
品牌简介

江苏威盟新能源车业有限公司位于世汽配名城—江苏丹阳界牌,是一个由车型研发、模具设制、钣金加工、零部件研制、整车生产等数十家实体与经营团队构成的专业化、系统化、规范化、规模化、现代化的低速电动轿车产业联盟。

旗下可用厂区800余亩,标准化厂房20余万平方米,有扫描、数控、压机、机械手及焊装、电泳、涂装、总装生产流水线和检测等设施设备上千台份,拥有教授、博士等高级技术、营销、管理人才120余人,熟练技工1700余人,实有资产过10亿元。

本着“人诚品真、互惠共赢”的联盟宗旨,以“用户至上、产品为本、人资并重、模式致胜” 为经营理念,以“时尚经典、安全适用、持续改进、性价适中”为产品原则,为将“效果好+速度快+损耗低+服务优=客户满意=共赢”变成事实,特筹资壹亿元(首期注册资金叁仟万元)成立本公司,专注于联盟体系的研、购、销 “三统一”工作,致力打造国际一流性价比与美誉度的低速电动轿车品牌。

全体威盟伙伴将与广大业界同仁真诚携手,共创、共享、共赢!

质量好真时尚服务优高性能亲民价
    
创新车型
威盟WM-3T
整车规格:2580*1368*1470轮距/轴距:1213/1780轮距规格:145/60-13可乘坐人数:4人动力:交流72v3000W时速:35-50km/h续行:100-200km 1、独创外型,时尚实用2、专用底盘,超佳运动性能3、全新内饰,色调和谐温馨4、全景门窗,视野广阔清爽5、进口LED大灯,美观、超亮6、操控性好,方向轻灵、制动稳靠7、动力优良,加速快、爬坡强、续航远8、巧设空间,4人同时上下,乘坐宽敞9、配置高,中控、影视、电动窗
查看详情进入投票页面
  • 网友评论
游客
  • 最新评论
  • 威盟有几款车型?

    原评论:
    06:54 0 2

    威盟厂家销售业务电话是多少? 厂家业务看到联系我13971749886

    原评论:
    06:52 0 2

    小巧玲珑的车

    原评论:
    07:52 0 2

    真不错

    原评论:
    19:55 0 2

    威盟W一3丁,威盟!威盟!威力无穷!

    原评论:
    21:21 0 2

    威盟电动车,不一般的享受!

    原评论:
    22:08 0 2

    威盟电动耐用!我喜欢!

    原评论:
    13:14 7 28

    威盟电动耐用,

    原评论:
    13:03 3 25

    威盟电动车质量就是好,值得信认的品牌电车。

    原评论:
    12:24 3 16

    世人首选车在威盟

    原评论:
    09:49 0 3

    世人首选的车型在威盟

    原评论:
    09:47 2 4

    买好车找威盟

    原评论:
    08:46 1 3

    3T电动车用过一段时间,3T电动车质量就是好,物美价格有不贵。

    原评论:
    00:08 4 3

    威盟电动真好!日久见车力!用久见车质!

    原评论:
    13:15 0 4

    威盟电动品质好!用过见分晓

    原评论:
    16:02 1 2

    威盟电动车型品牌靓丽美观!我真赞赏!

    原评论:
    21:32 0 2

    高大威盟,牛

    原评论:
    21:15 0 2

    好靓丽的代步车

    原评论:
    10:31 1 2

    今天第二十三台已卖出

    原评论:
    09:49 3 3

    威盟电动实用!质量好,值得拥有

    原评论:
    22:46 3 2
记录总数:66 总页数:4 当前页:1首页上一页[1][2][3][4]下一页尾页  
  • 正在加载验证码......

    请先拖动验证码到相应位置

    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 bb,cc,dd; var handler = function (captchaObj) { $("#btn_getcode").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); console.log(validate.geetest_challenge); SendMobileCode(validate); } }); // 将验证码加到id为captcha的元素里 captchaObj.appendTo("#captcha"); captchaObj.onReady(function () { $("#wait")[0].className = "hide"; }); }; $.ajax({ // 获取id,challenge,success(是否启用failback) url: "/tools/getcaptcha.aspx?t=" + xxx + "&mobile=" + $("#txt_mobile").val() + "", type: "get", dataType: "json", // 使用jsonp格式 success: function (data) { // 使用initGeetest接口 // 参数1:配置参数,与创建Geetest实例时接受的参数一致 // 参数2:回调,回调的第一个参数验证码对象,之后可以使用它做appendTo之类的事件 initGeetest({ gt: data.gt, challenge: data.challenge, product: "float", // 产品形式 offline: !data.success }, handler); } }); function SendMobileCode(validate) { des = "tb"; 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 checkCode() { PageMethods.checkCode($("#txt_mobile").val(), $("#txt_code").val(), funReady2, funError2); } function funReady2(result) { if (result == "1") { $("#div_code").html("正确!") } else { $("#div_code").html("验证码错误!") return false; } } function funError2(err) { alert("Error:" + err._message); }
×
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F28c6ffe01a3cf194d3444e9e3c81ab05' type='text/javascript'%3E%3C/script%3E"));
$(document).ready(function () { $(window).scroll(function () { if ($(window).scrollTop() > 300) { $(".DI").slideDown(); } else { $(".DI").slideUp(); } }); $(".di-close").on('click', function () { $(".DI").slideUp(); $(".DI").attr("data", '2') }) }) function GetDomID(str) { return document.getElementById(str); } function checkCode() { PageMethods.checkCode($("#txt_mobile").val(), $("#txt_code").val(), funReady2, funError2); } function funReady2(result) { if(result=="1") { $("#div_code").html("正确!") } else { $("#div_code").html("验证码错误!") return false; } } function funError2(err) { alert("Error:" + err._message); } var strcheck = 1; var stroption = 0; var strphone = 0; function checkall() { if ( !onblurMobile()) { return false; } else { return true; } } function onblurMobile() { var re = /^((\(\d{3}\))|(\d{3}\-))?0?1[34578][0-9]\d{8}([,]((\(\d{3}\))|(\d{3}\-))?0?1[34578][0-9]\d{8}){0,2}$/; var txtMobile = $("#txt_mobile").val(); var divMobile = GetDomID("div_mobile"); if (txtMobile == '') { divMobile.innerHTML = '请填写手机号码'; strphone = 0; return false; } else if (re.test(txtMobile)) { divMobile.innerHTML = '填写正确!'; strphone = 1; return true; } else { divMobile.innerHTML = '请填写正确的号码。'; strphone = 0; return false; } return false; } function checkmobile() { if (onblurMobile()) { var oval = document.getElementById('txt_mobile').value; chMobilePhone(oval); } } function chMobilePhone(src) { $.ajax({ //要用post方式 type: "Post", //方法所在页面和方法名 url: '/ajax/checkedmobile.ashx', data: { ac: src, type: "user" }, //contentType: "application/json; charset=utf-8", //dataType: "json", success: function (data) { //返回的数据用data.d获取内容 if (data == 1) { var divMobile = GetDomID("div_mobile"); divMobile.innerHTML = '
您的手机已验证过,请点击登录按钮!
'; $("#ckmobile").addClass("dis"); } else { var divMobile = GetDomID("div_mobile"); divMobile.innerHTML = '
填写正确,请点击获取验证按钮,获取手机验证码!
'; $("#ckmobile").addClass("show"); } }, error: function (err) { strphone = 0; //alert(err); } }); } function share(id, type) { //var share_url = "http://www.cnev.cn/share/" + type + "/" + id + "/"; var share_url = "share.aspx?id="+id+"&type="+type; window.open(share_url); } $(function () { $(".FX").hover(function () { $(this).find(".shared").animate({ width: "120px" }, 200); }) }) $(function () { $("section section hgroup").mouseleave(function () { $(".shared").animate({ width: "0px" }, 200); }) }) function changeimg() { $(".toupiao img").attr("src", "ValidateCode.aspx?id="+Math.random()*1000); } function check() { var a = "1130"; //alert(a); var ids = ''; var flag = 0; $("input[name=" + a + "]:checkbox").each(function () { if ('checked' == $(this).attr("checked")) { ids += '1|'; flag += 1; } else { ids += '0|'; } }) if (0 < flag) { $("#ids").attr("value", ids); stroption = 1; return true; } else { $("#div_checkbox").html("请至少选择一项此品牌的优点!"); stroption = 0; return false; } return true; } function checkinfo() { var New = document.getElementsByName("identity"); var strNew = ''; for (var i = 0; i < New.length; i++) { if (New[i].checked) strNew = New[i].value; } if (strNew == "") { alert("请选择类型!"); return false; } if (document.getElementById("name").value.trim() == "") { alert("请输入用户名!"); return false; } var phone = document.getElementById("phone").value.trim(); var partten = /^(\d{3,4}\-)?\d{7,8}$/i; //座机格式是 010-98909899 //var partten = /^0(([1-9]\d)|([3-9]\d{2}))\d{8}$/; 没有中间那段 -的 座机格式是 01098909899 var zuoji = partten.test(phone); //判断手机格式可以用 var re = /^[1][34578][0-9]{9}$/; var shouji = re.test(phone); if (zuoji || shouji) { } else { alert("你输入的电话号码有误!") return false; } if (document.getElementById("address").value.trim() == "" ) { alert("请输入详细地址!"); return false; } } String.prototype.trim = function () { return this.replace(/(^\s*)|(\s*$)/g, ""); } String.prototype.ltrim = function () { return this.replace(/(^\s*)/g, ""); } String.prototype.rtrim = function () { return this.replace(/(\s*$)/g, ""); } function setempty(id) { document.getElementById("" + id + "").value = ""; }