|
@@ -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();
|