Commit 65f7556a1f5280d70908dd9db25e54ce2ec7a561

Authored by yvan.ni
1 parent d5f0b844

印证的信息显示

Showing 1 changed file with 1 additions and 1 deletions
pages/user/plus/plus.js
@@ -262,7 +262,7 @@ Page({ @@ -262,7 +262,7 @@ Page({
262 getApp().my_warnning("支付失败", 0, th); 262 getApp().my_warnning("支付失败", 0, th);
263 }); 263 });
264 }else{ 264 }else{
265 - getApp().my_warnning("支付失败", 0, th); 265 + getApp().my_warnning(res.data.msg, 0, th);
266 } 266 }
267 } 267 }
268 }) 268 })