BJ_web_developers
/
jy_parkingOS
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
06377a18b282b7128fff7eca27569ddde66cf8a1
Authored by
刘淇
2022-05-27 15:14:57 +0800
1 parent
6ce8921e
我的钱包 充值钱包 充值后更新充值总额
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/moneyRecharge/moneyRecharge.vue
pages/moneyRecharge/moneyRecharge.vue
View file @
06377a1
...
...
@@ -223,7 +223,7 @@
223
223
paySign: mydata.paySign,
224
224
success: function(res) {
225
225
console.log('success:' + JSON.stringify(res));
226
-
226
+ me.recharge();
227
227
},
228
228
fail: function(err) {
229
229
console.log('fail:' + JSON.stringify(err));
...
...