JUST ADD BEAUTY
Body fit
True to your size
Padding crop top
Mesh detailing to sides, back and front.
Rib to the waistband
Round-neckline
Heat-sealed logo to chest and back
Shell Fabric: 94% Nylon, 6% Elastane
Model is 5'3 and wears size S
Colour: Romantic
Product Code: WS865
Love me, Hug me.Be free in the WISKII Mesh Tank Top. With a round neckline, mesh detailing to sides, back and front.It’s perfectly cropped length.Add in the range of stunning shades, and you’ve found yourself a winner.
See our whole '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"948049",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'948049'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});