Authored by 郭成尧

tofixed

... ... @@ -183,7 +183,7 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) {
});
result.goods = goods;
result.goodsPrice = goodsPrice;
result.goodsPrice = goodsPrice.toFixed(2);
}
// 支付方式
... ...