From e3f571e30b6407fab45a687f266d018fe79d5325 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期一, 01 九月 2025 15:35:44 +0800 Subject: [PATCH] bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js b/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js index d8cd0ee..84f5fc9 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js @@ -121,9 +121,8 @@ window.location.reload(); layer.closeAll(); }, - error: function(xhr, status, error) { - var errorMessage = xhr.responseText ? xhr.responseText : "退费失败!"; - Feng.error("退费失败!"); + error: function(response) { + Feng.error("退费失败!原因:"+response.msg); } }); } -- Gitblit v1.7.1