Commit a09a7724 by 林翔

lx

parent 16233b1d
Showing with 3 additions and 3 deletions
......@@ -62,9 +62,9 @@ var xinhot = {
// console.log(brandData);
$(".product-mask-brand").find("img").attr("src",brandData[brandId].brandImg);
$(".product-mask-company").text(brandData[brandId].company);
$(".product-mask-address").text(brandData[brandId].company);
$(".product-mask-time").text(brandData[brandId].company);
$(".product-mask-name").text(brandData[brandId].company);
$(".product-mask-address").text(brandData[brandId].address);
$(".product-mask-time").text(brandData[brandId].time);
$(".product-mask-name").text(brandData[brandId].name);
$(".product-mask-img .product-img_1").find("img").attr("src",brandData[brandId].img[0]);
$(".product-mask-img .product-img_2").find("img").attr("src",brandData[brandId].img[1]);
$(".product-mask-img .product-img_3").find("img").attr("src",brandData[brandId].img[2]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment