Commit 6561a688 by 林翔

Merge branch 'lx_xinhot_h5_20190307'

parents 0f689398 a09a7724
Showing with 3 additions and 3 deletions
...@@ -62,9 +62,9 @@ var xinhot = { ...@@ -62,9 +62,9 @@ var xinhot = {
// console.log(brandData); // console.log(brandData);
$(".product-mask-brand").find("img").attr("src",brandData[brandId].brandImg); $(".product-mask-brand").find("img").attr("src",brandData[brandId].brandImg);
$(".product-mask-company").text(brandData[brandId].company); $(".product-mask-company").text(brandData[brandId].company);
$(".product-mask-address").text(brandData[brandId].company); $(".product-mask-address").text(brandData[brandId].address);
$(".product-mask-time").text(brandData[brandId].company); $(".product-mask-time").text(brandData[brandId].time);
$(".product-mask-name").text(brandData[brandId].company); $(".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_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_2").find("img").attr("src",brandData[brandId].img[1]);
$(".product-mask-img .product-img_3").find("img").attr("src",brandData[brandId].img[2]); $(".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