zhengjinyi 5 年之前
父节点
当前提交
98734c369e
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;
 					}
 					// }