Commit 2591cc8c by 林翔

lx

parent 22fc8d14
Showing with 2 additions and 2 deletions
......@@ -64,7 +64,7 @@ var xinhot = {
$(".product-mask-company").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-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]);
......
......@@ -132,7 +132,7 @@
<p class="product-mask-company product-mask-text"></p>
<p class="product-mask-address product-mask-text"></p>
<p class="product-mask-time product-mask-text"></p>
<p class="product-mask-name product-mask-text"></p>
<!-- <p class="product-mask-name product-mask-text"></p> -->
<ul class="product-mask-img">
<li class="product-img_1"><img src="" alt=""></li>
<li class="product-img_2"><img src="" alt=""></li>
......
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