zhengjinyi 5 năm trước cách đây
mục cha
commit
98734c369e
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;
 					}
 					// }