Commit 4aa532250f6bebf7d74ee1e0c2970f405bb31a89

Authored by yvan.ni
1 parent 839d40d8

尾款取消支付后,不能再支付的bug优化

Showing 1 changed file with 2 additions and 2 deletions
utils/pay.js
@@ -179,8 +179,8 @@ module.exports = { @@ -179,8 +179,8 @@ module.exports = {
179 extraData: p_data, 179 extraData: p_data,
180 fail(){ 180 fail(){
181 //-- 取消不支付 -- 181 //-- 取消不支付 --
182 - i.wx_paying=0;  
183 - "function" == typeof a && a(); 182 + th.wx_paying=0;
  183 + "function" == typeof fail && fail();
184 } 184 }
185 }) 185 })
186 186