|
@@ -204,13 +204,13 @@ mui
|
|
|
li.innerHTML = '<a proid="'
|
|
|
+ this.itemProductId
|
|
|
+ '" colorid="' + this.itemColorId + '" class="go_chanpin_details"><table class="my-table-order"><tr><td rowspan="3"><div class="wh-80"><img src="'
|
|
|
- + colorImg
|
|
|
+ + this.itemProductPic
|
|
|
+ '"></div></td><td style="white-space: pre-line;">'
|
|
|
+ this.itemProductName
|
|
|
+ '</td><td><span><h5 class="mui-text-center">x'
|
|
|
+ this.itemNum
|
|
|
+ '</h5></span></td></tr><tr><td><span><h5>颜色:'
|
|
|
- + pro_color
|
|
|
+ + this.productColor
|
|
|
+ '</h5></span></td></tr><tr><td><span>单价:<span>¥'
|
|
|
+ accDiv(
|
|
|
this.itemProductDiscount,
|
|
@@ -220,17 +220,16 @@ mui
|
|
|
this.itemTotal,
|
|
|
100)
|
|
|
+ '</span></span></td></tr><table></a>';
|
|
|
- if (this.productStatus != 1) {
|
|
|
- li.innerHTML = '<a proid="'
|
|
|
- + this.itemProductId
|
|
|
- + '" class=""><table class="my-table-order" width="100%"><tr><td rowspan="3"><div class="wh-80"><img src="'
|
|
|
- + this.itemProductPic
|
|
|
- + '"></div></td><td rowspan="3"><span>赠送'
|
|
|
- + (this.itemNum / 3)
|
|
|
- + '套三年滤芯</span></td><td></td></tr><tr><td><p class="mui-ellipsis delete-cart-style cl-red"></p></td></tr><table></a>'
|
|
|
- }
|
|
|
- table
|
|
|
- .appendChild(li)
|
|
|
+ // if (this.productStatus != 1) {
|
|
|
+ // li.innerHTML = '<a proid="'
|
|
|
+ // + this.itemProductId
|
|
|
+ // + '" class=""><table class="my-table-order" width="100%"><tr><td rowspan="3"><div class="wh-80"><img src="'
|
|
|
+ // + this.itemProductPic
|
|
|
+ // + '"></div></td><td rowspan="3"><span>赠送'
|
|
|
+ // + (this.itemNum / 3)
|
|
|
+ // + '套三年滤芯</span></td><td></td></tr><tr><td><p class="mui-ellipsis delete-cart-style cl-red"></p></td></tr><table></a>'
|
|
|
+ // }
|
|
|
+ table.appendChild(li)
|
|
|
})
|
|
|
}
|
|
|
document.querySelector('.loading-bg').style.display = 'none'
|