Authored by TaoHuang

fix by huangtao

... ... @@ -302,7 +302,7 @@ export default {
}
this.$createOrderPayType({
price: this.fee.earnestMoneyStr,
price: parseFloat(`${this.fee.earnestMoney}`).toFixed(2),
desc: '保证金',
orderCode: orderResult.data.orderCode,
extra: JSON.stringify({
... ...