|
@@ -329,8 +329,6 @@
|
|
//拆分金额并转千分位格式显示
|
|
//拆分金额并转千分位格式显示
|
|
if(this.product.retailPrice!=null){
|
|
if(this.product.retailPrice!=null){
|
|
this.retailPrice = this.product.retailPrice.toFixed(2);
|
|
this.retailPrice = this.product.retailPrice.toFixed(2);
|
|
- //处理除阶梯价格以外的购买价格
|
|
|
|
- // if(this.ladderPriceFlag == '0' || this.product.actFlag == 1){
|
|
|
|
this.buyRetailPrice = this.product.retailPrice;
|
|
this.buyRetailPrice = this.product.retailPrice;
|
|
}
|
|
}
|
|
// }
|
|
// }
|