zhengjinyi 5 years ago
parent
commit
98734c369e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pages/goods/product.vue

+ 0 - 2
pages/goods/product.vue

@@ -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;
 					}
 					}
 					// }
 					// }