wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4aa532250f6bebf7d74ee1e0c2970f405bb31a89
Authored by
yvan.ni
2023-07-20 16:34:06 +0800
1 parent
839d40d8
尾款取消支付后,不能再支付的bug优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
utils/pay.js
utils/pay.js
View file @
4aa5322
...
...
@@ -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
...
...