From 65f7556a1f5280d70908dd9db25e54ce2ec7a561 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Mon, 4 Nov 2019 11:45:02 +0800 Subject: [PATCH] 印证的信息显示 --- pages/user/plus/plus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/plus/plus.js b/pages/user/plus/plus.js index 6879964..969081f 100644 --- a/pages/user/plus/plus.js +++ b/pages/user/plus/plus.js @@ -262,7 +262,7 @@ Page({ getApp().my_warnning("支付失败", 0, th); }); }else{ - getApp().my_warnning("支付失败", 0, th); + getApp().my_warnning(res.data.msg, 0, th); } } }) -- libgit2 0.21.4