Commit 44d070e45a1319aa83028248948e9c6d543c7fe7

Authored by season
2 parents 2ac40436 4aa53225

Merge branch 'qa' of http://git.vipzhuang.cn/wxd/MShopWeApp

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