Browse Source

详情修改

wangxiaoming 7 years ago
parent
commit
d3e03fd18f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      aiberle/pro-details.html

+ 3 - 1
aiberle/pro-details.html

@@ -169,7 +169,9 @@
 								li.innerHTML = '<a><div class="index-pro-tit">'+productInfo.productName+'</div>'
 		                						+'<p class="mui-text-left">'+productInfo.productColorDes+'<span style="float: right;color: #ff3b3b;">¥'+(productInfo.productDiscount/ 100).toFixed(2)+'</span></p></a>'
 		                						+zen+'</br>'	
-		                						+'<a><img class="mui-media-object" src="'+ productInfo.productIntroduceImg +'"></a>';
+		                						+ productInfo.imagetextContext 
+		                						+''
+		                						;
 								table.appendChild(li);
 								getCartNumber();//获取购物车数量
 								fenxiang();