Commit ec1fbc43 by 萱草

update: 更改

parent a4994c00
......@@ -137,7 +137,7 @@ export default {
}
this.goodsStandardInfo = this.giftSpecInfo ? JSON.parse(this.giftSpecInfo) : []; // 礼品规格信息
if(this.goodsStandardInfo.length === 0){
this.costPrice = res.result.costPrice;
this.costPrice = res.result.costPrice.toFixed(2);
}
if (this.goodsStandardInfo.length > 0) {
this.isStdImg = this.goodsStandardInfo[0].standardimg === 2 ? true : false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment