Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | // 支付方式 |
-
Please register or login to post a comment