|
@@ -230,6 +230,7 @@ var homeData = new Vue({
|
|
|
if(price.promotions && price.promotions.type*1===1 && price.promotions.mode*1===1){
|
|
|
parent.find(".main_price_show").hide();
|
|
|
parent.find(".main_price_show.none").show();
|
|
|
+ parent.find(".price_unit").show();
|
|
|
}
|
|
|
} else if (userIdentity===4 && priceFlag === 2){
|
|
|
parent.find(".main_price_show").hide();
|