- 加工定制:
- 品牌:安邦
- 型号:ABON
- 扫描时间<:
- 使用寿命:600000
- 指纹存储容量:64
- 开锁次数>:
- 认假率<:
- 拒真率<:
- 工作温度:-30~50
- 工作湿度:
- 比对方式:
- 适用范围:
- 供电电源:
商品详细
商品详细
// jquery(document).ready(function (){ var productishave=false;frontproducts_detail02_images(); jquery(li.user-choosediv.choose-property span.specvalue).click(function (){ vardetail02 = jquery(#frontproducts_detail02-1313827325143); varproductimgs = detail02.find(div.picarea div.imgbox ul li);if(jquery(this).hasclass(click)){jquery(this).removeclass(click);jquery(this).parent(li).children(input[type=\'hidden\']).val();}else{jquery(this).parent(li).children(span.specvalue).removeclass(click);jquery(this).addclass(click); var specvalueid =jquery(this).metadata().specvalueid;jquery(this).parent(li).children(input[type=\'hidden\']).val(specvalueid);} //还原到商品缺货状态 if(productishave==true){jquery(#frontproducts_detail02-1313827325143_buybtn).show();}else{jquery(#frontproducts_detail02-1313827325143_lackbtn).hide(); }// 请求多图信息 frontproducts_detail02_images(); // 请求货品信息 varproductspecs = jquery(this).parents(div.choose-property); varnochoosespec =productspecs.find(input[type=\'hidden\'][name^=\'spec\'][value=\'\']);var productitem = productspecs.children(ul.specifications);if(nochoosespec.length == 0){ // 所有规格值都已经选中,请求货品数据 jquery.ajax( {url :/comp-frontproductsitem_detailbyspecjson01-001, type:\'post\', datatype :\'json\', data:jquery(this).parents(form:first).serialize(), timeout :5000,cache :false, async: true, error : function() { alert(\'errorloading xml document\'); }, success : function(json) { //写货品信息if(typeof(json.id) == undefined){productspecs.children(input[type=\'hidden\'][name=\'productitemid\']).val();productitem.hide(); }else{productspecs.children(input[type=\'hidden\'][name=\'productitemid\']).val(json.id);productitem.children(li.item).children(span:last).text(json.itemcode);productitem.children(li.price).children(span:last).text(json.finalprice.tofixed(2));productitem.children(li.weight).children(span:last).text(json.weight.tofixed(2));productitem.show(); } } }); }else{productspecs.children(input[type=\'hidden\'][name=\'productitemid\']).val();productitem.hide(); } }); }); functionfrontproducts_detail02_images(){ jquery.ajax( { url:/comp-frontproductsitem_imagesbyspecjson01-001, type :\'post\',datatype :\'json\', data:jquery(#frontproducts_detail02-1313827325143 form).serialize(),timeout :5000, cache :false, async: true, error : function() {alert(\'error loading xml document\'); }, success : function(json) {var imagesli = jquery(#frontproducts_detail02-1313827325143div.picarea div.imgbox ul li); imagesli.empty(); for(vari=0;i); } //2009-6-23 切换规格赛选的图片中第一张在大图中显示。 varfirstimg=imagesli.find(a:first img); if(firstimg.length>0){changebigimg(firstimg.get(0)); } /*-初始化多图展示的切换-*/frontproducts_detail02_initscrollcount();if(jquery(#frontproducts_detail02-1313827325143_key10scrolldiv).length>0){frontproducts_detail02_initscroll(); } } }); } //滚动小图片 functionfrontproducts_detail02_initscrollcount(){ var maximagenum=jquery(#frontproducts_detail02-1313827325143_key10picarea).innerwidth()/ jquery(#frontproducts_detail02-1313827325143_key10imglist >a).outerwidth(true);jquery(#frontproducts_detail02-1313827325143_key10imglist >a).hide();jquery(#frontproducts_detail02-1313827325143_key10imglist >a).each(function (i){ if(i < maximagenum - 1){jquery(this).show(); } }); } //重新整理显示小图 functionfrontproducts_detail02_recalculated(){ var j=0; var maximagenum=jquery(#frontproducts_detail02-1313827325143_key10picarea).innerwidth()/ jquery(#frontproducts_detail02-1313827325143_key10imglist >a).outerwidth(true);jquery(#frontproducts_detail02-1313827325143_key10imglist >a).each(function (i){ if(jquery(this).is(:visible)){if(maximagenum a:first).is(:visible)){//到了最左边,不能在点左箭头jquery(#frontproducts_detail02-1313827325143_clickimgl).attr(src,prenoimg);}else{jquery(#frontproducts_detail02-1313827325143_clickimgl).attr(src,precurrentimg);} if(jquery(#frontproducts_detail02-1313827325143_key10imglist> a:last).is(:visible)){//到了最右边,不能在点右箭头jquery(#frontproducts_detail02-1313827325143_clickimgr).attr(src,nextnoimg);}else{jquery(#frontproducts_detail02-1313827325143_clickimgr).attr(src,nextcurrentimg);}jquery(#frontproducts_detail02-1313827325143_clickimgr).parent().show();jquery(#frontproducts_detail02-1313827325143_clickimgl).parent().show();} function frontproducts_detail02_scroll(divid, px){ if(px>0&&jquery(#frontproducts_detail02-1313827325143_key10imglist >a:first).is(:hidden)){//点左箭头 var a =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:first).prevall(a:first); var b =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:last);jquery(a).show(normal,frontproducts_detail02_initscroll);jquery(b).hide(); }else if(px<0 &&jquery(#frontproducts_detail02-1313827325143_key10imglist >a:last).is(:hidden)){//点右箭头 var a =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:last).nextall(a:first); /*- 隐藏 显示隐藏第一个的 -*/ var b =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:first); jquery(a).show();jquery(b).hide(normal,frontproducts_detail02_initscroll); }frontproducts_detail02_recalculated(); } //点击小图切换大图和放大图按钮连接function changebigimg(thisobj){ varimgurl=jquery(thisobj).attr(src); varbigimgurlobj=jquery(#frontproducts_detail02-1313827325143_bigimgurl);jquery(#frontproducts_detail02-1313827325143_bigimg).attr(src,imgurl);jquery(#frontproducts_detail02-1313827325143_bigimg).attr(jqimg,imgurl);if(bigimgurlobj.length>0){if(bigimgurlobj.hasclass(bigforimg)){bigimgurlobj.attr(href,imgurl); } } }// jquery(document).ready(function (){ var productishave=false;frontproducts_detail02_images(); jquery(li.user-choosediv.choose-property span.specvalue).click(function (){ vardetail02 = jquery(#frontproducts_detail02-1313827325143); varproductimgs = detail02.find(div.picarea div.imgbox ul li);if(jquery(this).hasclass(click)){jquery(this).removeclass(click);jquery(this).parent(li).children(input[type=\'hidden\']).val();}else{jquery(this).parent(li).children(span.specvalue).removeclass(click);jquery(this).addclass(click); var specvalueid =jquery(this).metadata().specvalueid;jquery(this).parent(li).children(input[type=\'hidden\']).val(specvalueid);} //还原到商品缺货状态 if(productishave==true){jquery(#frontproducts_detail02-1313827325143_buybtn).show();}else{jquery(#frontproducts_detail02-1313827325143_lackbtn).hide(); }// 请求多图信息 frontproducts_detail02_images(); // 请求货品信息 varproductspecs = jquery(this).parents(div.choose-property); varnochoosespec =productspecs.find(input[type=\'hidden\'][name^=\'spec\'][value=\'\']);var productitem = productspecs.children(ul.specifications);if(nochoosespec.length == 0){ // 所有规格值都已经选中,请求货品数据 jquery.ajax( {url :/comp-frontproductsitem_detailbyspecjson01-001, type:\'post\', datatype :\'json\', data:jquery(this).parents(form:first).serialize(), timeout :5000,cache :false, async: true, error : function() { alert(\'errorloading xml document\'); }, success : function(json) { //写货品信息if(typeof(json.id) == undefined){productspecs.children(input[type=\'hidden\'][name=\'productitemid\']).val();productitem.hide(); }else{productspecs.children(input[type=\'hidden\'][name=\'productitemid\']).val(json.id);productitem.children(li.item).children(span:last).text(json.itemcode);productitem.children(li.price).children(span:last).text(json.finalprice.tofixed(2));productitem.children(li.weight).children(span:last).text(json.weight.tofixed(2));productitem.show(); } } }); }else{productspecs.children(input[type=\'hidden\'][name=\'productitemid\']).val();productitem.hide(); } }); }); functionfrontproducts_detail02_images(){ jquery.ajax( { url:/comp-frontproductsitem_imagesbyspecjson01-001, type :\'post\',datatype :\'json\', data:jquery(#frontproducts_detail02-1313827325143 form).serialize(),timeout :5000, cache :false, async: true, error : function() {alert(\'error loading xml document\'); }, success : function(json) {var imagesli = jquery(#frontproducts_detail02-1313827325143div.picarea div.imgbox ul li); imagesli.empty(); for(vari=0;i); } //2009-6-23 切换规格赛选的图片中第一张在大图中显示。 varfirstimg=imagesli.find(a:first img); if(firstimg.length>0){changebigimg(firstimg.get(0)); } /*-初始化多图展示的切换-*/frontproducts_detail02_initscrollcount();if(jquery(#frontproducts_detail02-1313827325143_key10scrolldiv).length>0){frontproducts_detail02_initscroll(); } } }); } //滚动小图片 functionfrontproducts_detail02_initscrollcount(){ var maximagenum=jquery(#frontproducts_detail02-1313827325143_key10picarea).innerwidth()/ jquery(#frontproducts_detail02-1313827325143_key10imglist >a).outerwidth(true);jquery(#frontproducts_detail02-1313827325143_key10imglist >a).hide();jquery(#frontproducts_detail02-1313827325143_key10imglist >a).each(function (i){ if(i < maximagenum - 1){jquery(this).show(); } }); } //重新整理显示小图 functionfrontproducts_detail02_recalculated(){ var j=0; var maximagenum=jquery(#frontproducts_detail02-1313827325143_key10picarea).innerwidth()/ jquery(#frontproducts_detail02-1313827325143_key10imglist >a).outerwidth(true);jquery(#frontproducts_detail02-1313827325143_key10imglist >a).each(function (i){ if(jquery(this).is(:visible)){if(maximagenum a:first).is(:visible)){//到了最左边,不能在点左箭头jquery(#frontproducts_detail02-1313827325143_clickimgl).attr(src,prenoimg);}else{jquery(#frontproducts_detail02-1313827325143_clickimgl).attr(src,precurrentimg);} if(jquery(#frontproducts_detail02-1313827325143_key10imglist> a:last).is(:visible)){//到了最右边,不能在点右箭头jquery(#frontproducts_detail02-1313827325143_clickimgr).attr(src,nextnoimg);}else{jquery(#frontproducts_detail02-1313827325143_clickimgr).attr(src,nextcurrentimg);}jquery(#frontproducts_detail02-1313827325143_clickimgr).parent().show();jquery(#frontproducts_detail02-1313827325143_clickimgl).parent().show();} function frontproducts_detail02_scroll(divid, px){ if(px>0&&jquery(#frontproducts_detail02-1313827325143_key10imglist >a:first).is(:hidden)){//点左箭头 var a =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:first).prevall(a:first); var b =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:last);jquery(a).show(normal,frontproducts_detail02_initscroll);jquery(b).hide(); }else if(px<0 &&jquery(#frontproducts_detail02-1313827325143_key10imglist >a:last).is(:hidden)){//点右箭头 var a =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:last).nextall(a:first); /*- 隐藏 显示隐藏第一个的 -*/ var b =jquery(#frontproducts_detail02-1313827325143_key10imglist >a:visible:first); jquery(a).show();jquery(b).hide(normal,frontproducts_detail02_initscroll); }frontproducts_detail02_recalculated(); } //点击小图切换大图和放大图按钮连接function changebigimg(thisobj){ varimgurl=jquery(thisobj).attr(src); varbigimgurlobj=jquery(#frontproducts_detail02-1313827325143_bigimgurl);jquery(#frontproducts_detail02-1313827325143_bigimg).attr(src,imgurl);jquery(#frontproducts_detail02-1313827325143_bigimg).attr(jqimg,imgurl);if(bigimgurlobj.length>0){if(bigimgurlobj.hasclass(bigforimg)){bigimgurlobj.attr(href,imgurl); } } }睿力合一.智不可挡
原理:
采用世界顶尖的活体指纹识别技术-电容传感器.手指压在由具有弹性的精陶半导体介质材料组成的.以采集指纹凹凸纹理.深浅纹路等为特征的半导体传感器上.一次完成特征提取.
浙江嘉兴安邦科技有限公司北京销售中心
马成良
18611918326
北京珠江帝景公寓26层2608室