mall + pay:

1. 拆分支付回调、退款回调的 URL
2. 修复微信支付回调的时间解析错误
This commit is contained in:
YunaiV
2023-07-17 11:47:45 +08:00
parent 66ed61c641
commit 68a4ef98ca
14 changed files with 166 additions and 76 deletions

View File

@@ -331,6 +331,9 @@ export default {
* ③ close支付已关闭
*/
goReturnUrl(payResult) {
// 清理任务
this.clearQueryInterval();
// 未配置的情况下,只能关闭
if (!this.returnUrl) {
this.$tab.closePage();