【修复】修复万能表单商品订单支付失效的问题。

This commit is contained in:
大灰灰
2022-06-09 23:34:11 +08:00
parent b3cb9631be
commit c1d3f24022

View File

@@ -120,6 +120,7 @@
money: this.recharge money: this.recharge
} }
} else if ((this.type == this.$globalConstVars.paymentType.formPay || this.type == this.$globalConstVars.paymentType.formOrder) && this.recharge) { } else if ((this.type == this.$globalConstVars.paymentType.formPay || this.type == this.$globalConstVars.paymentType.formOrder) && this.recharge) {
data['ids'] = this.orderId;
data['params'] = { data['params'] = {
} }
} }