@@ -623,7 +623,8 @@ import {
try {
this.loadingText = "订单入库中..."
let res = await gotoCashPay({
- "orderId": orderId // 订单编号-提交订单返回
+ "orderId": orderId, // 订单编号-提交订单返回
+ "payAmount": this.ruleForm.realPrice
})
if(res.code == 200){
if(this.payTime){