mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【修复】修复万能表单商品订单支付失效的问题。
This commit is contained in:
@@ -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'] = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user