mall + pay:
1. 拆分支付回调、退款回调的 URL 2. 修复微信支付回调的时间解析错误
This commit is contained in:
@@ -331,6 +331,9 @@ export default {
|
||||
* ③ close:支付已关闭
|
||||
*/
|
||||
goReturnUrl(payResult) {
|
||||
// 清理任务
|
||||
this.clearQueryInterval();
|
||||
|
||||
// 未配置的情况下,只能关闭
|
||||
if (!this.returnUrl) {
|
||||
this.$tab.closePage();
|
||||
|
Reference in New Issue
Block a user