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