|
@@ -194,6 +194,13 @@ function selectProductInfo(productId) {
|
|
if(dt.data.product.productId == 28) {
|
|
if(dt.data.product.productId == 28) {
|
|
goodStatus = false
|
|
goodStatus = false
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if (dt.data.product.productType.typeId == 1 || dt.data.product.productType.typeId == 11 ||
|
|
|
|
+ dt.data.product.productType.typeId == 12 || dt.data.product.productType.typeId == 13) {
|
|
|
|
+ $('#product_details').show();
|
|
|
|
+ } else {
|
|
|
|
+ $('#product_details').hide();
|
|
|
|
+ }
|
|
shareOpenid = dt.data.shareOpenid;
|
|
shareOpenid = dt.data.shareOpenid;
|
|
var imageNote = "<div class='mui-slider-item mui-slider-item-duplicate'><a href='#'><img src='" + dt.data.product.pictureList[0].pictureUrl + "'></a></div>";
|
|
var imageNote = "<div class='mui-slider-item mui-slider-item-duplicate'><a href='#'><img src='" + dt.data.product.pictureList[0].pictureUrl + "'></a></div>";
|
|
for(var i = 0; i < dt.data.product.pictureList.length; i += 1) {
|
|
for(var i = 0; i < dt.data.product.pictureList.length; i += 1) {
|