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
65f7556a1f5280d70908dd9db25e54ce2ec7a561
Authored by
yvan.ni
2019-11-04 11:45:02 +0800
1 parent
d5f0b844
印证的信息显示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/plus/plus.js
pages/user/plus/plus.js
View file @
65f7556
...
...
@@ -262,7 +262,7 @@ Page({
262
262
getApp().my_warnning("支付失败", 0, th);
263
263
});
264
264
}else{
265
- getApp().my_warnning(
"支付失败"
, 0, th);
265
+ getApp().my_warnning(
res.data.msg
, 0, th);
266
266
}
267
267
}
268
268
})
...
...