|
@@ -99,7 +99,7 @@ export default {
|
|
payMap = {
|
|
payMap = {
|
|
orderNo: this.orderNo,
|
|
orderNo: this.orderNo,
|
|
sign: this.sign,
|
|
sign: this.sign,
|
|
- amount: this.amount,
|
|
|
|
|
|
+ amount: numeral(this.amount).format('0.00'),
|
|
payChannel: this.payType, // 支付渠道
|
|
payChannel: this.payType, // 支付渠道
|
|
orderBody: this.orderBody,
|
|
orderBody: this.orderBody,
|
|
orderSubject: this.orderSubject
|
|
orderSubject: this.orderSubject
|