Authored by 郭成尧

tofixed

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