210-Lumens LED Headlamp Battery Flashlight. Multi-color, vision-saving flood lights; red, green, and white
6 Modes:
Spot Light:
High: Lumens: 210LM ; Runtime:6hr ; Beam Distance: 80m
Low: Lumens: 72LM ; Runtime:16hr ; Beam Distance: 28m
Strobe: Lumens: n/a ; Runtime:6hr ; Beam Distance: n/a
Red Area Light:
Lumens: 2LM ; Runtime:26hr ; Beam Distance: 2.5m
Green Area Light:
Lumens: 9LM ; Runtime:26hr ; Beam Distance: 6m
- Impact Resistance: 80M
- Run Time High: 6hr
- Weather Resistance: IPX4
- Weight: 0.50lbs
- Battery Count: 3AAA (included)
Prop 65 Q (Lead): This product contains lead, which is known to the State of California to cause cancer, and birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"149276",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'149276',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'149276'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});