zhengjinyi 5 vuotta sitten
vanhempi
commit
98734c369e
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      pages/goods/product.vue

+ 0 - 2
pages/goods/product.vue

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