From 4aa532250f6bebf7d74ee1e0c2970f405bb31a89 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 20 Jul 2023 16:34:06 +0800 Subject: [PATCH] 尾款取消支付后,不能再支付的bug优化 --- utils/pay.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/pay.js b/utils/pay.js index 05e7fb2..c9dc1e4 100644 --- a/utils/pay.js +++ b/utils/pay.js @@ -179,8 +179,8 @@ module.exports = { extraData: p_data, fail(){ //-- 取消不支付 -- - i.wx_paying=0; - "function" == typeof a && a(); + th.wx_paying=0; + "function" == typeof fail && fail(); } }) -- libgit2 0.21.4