diff --git a/Application/Sdk/View/default/Spend/pay_way.html b/Application/Sdk/View/default/Spend/pay_way.html
index 33dd32ca..288ec651 100644
--- a/Application/Sdk/View/default/Spend/pay_way.html
+++ b/Application/Sdk/View/default/Spend/pay_way.html
@@ -23,7 +23,7 @@
@@ -309,7 +309,8 @@
}
- function showWindow() {
+ function showWindow(msg) {
+ $(".payment_window_img").children().next().text(msg);
$(".payment_window").show();
$(".payment_model").show();
}
@@ -414,7 +415,7 @@
window.location.href = result.url;
} else if(result.code == 1001){
flag=false;
- showWindow();
+ showWindow(result.msg);
} else {
flag=false;
$(".tipmsg").html(result.msg);
@@ -443,7 +444,7 @@
window.location.href = result.url;
} else if(result.code == 1001){
flag=false;
- showWindow();
+ showWindow(result.msg);
} else {
flag=false;
$(".tipmsg").html(result.msg);
@@ -472,7 +473,7 @@
window.location.href = result.url;
} else if(result.code == 1001){
flag=false;
- showWindow();
+ showWindow(result.msg);
} else {
flag=false;
$(".tipmsg").html(result.msg);
@@ -504,7 +505,7 @@
window.location.href = payurl;
} else if(result.code == 1001){
flag=false;
- showWindow();
+ showWindow(result.msg);
} else {
flag=false;
$(".tipmsg").html(result.msg);
diff --git a/Application/Sdk/View/default/UserH/platform_pay.html b/Application/Sdk/View/default/UserH/platform_pay.html
index c30c6273..39f51ccd 100644
--- a/Application/Sdk/View/default/UserH/platform_pay.html
+++ b/Application/Sdk/View/default/UserH/platform_pay.html
@@ -22,7 +22,7 @@
-
请求发起失效,编号SP_202001 10134640KYdp,请选择其他支 付方式或联系客服。
+
返回
@@ -129,7 +129,7 @@
-
请求发起失效,编号SP_202001 10134640KYdp,请选择其他支 付方式或联系客服。
+
返回
@@ -208,7 +208,7 @@
-
+