wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
44d070e45a1319aa83028248948e9c6d543c7fe7
Authored by
season
2023-07-20 16:44:40 +0800
2 parents
2ac40436
4aa53225
Merge branch 'qa' of http://git.vipzhuang.cn/wxd/MShopWeApp
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
utils/pay.js
utils/pay.js
View file @
44d070e
...
...
@@ -179,8 +179,8 @@ module.exports = {
179
179
extraData: p_data,
180
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
...
...