Showing
1 changed file
with
1 additions
and
1 deletions
@@ -302,7 +302,7 @@ export default { | @@ -302,7 +302,7 @@ export default { | ||
302 | } | 302 | } |
303 | 303 | ||
304 | this.$createOrderPayType({ | 304 | this.$createOrderPayType({ |
305 | - price: this.fee.earnestMoneyStr, | 305 | + price: parseFloat(`${this.fee.earnestMoney}`).toFixed(2), |
306 | desc: '保证金', | 306 | desc: '保证金', |
307 | orderCode: orderResult.data.orderCode, | 307 | orderCode: orderResult.data.orderCode, |
308 | extra: JSON.stringify({ | 308 | extra: JSON.stringify({ |
-
Please register or login to post a comment