From 196bdf1c687c46186c2378b6b91d53a704e94216 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 4 Dec 2019 20:56:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=94=AF=E4=BB=98=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/Shortcut/wap_shortcut_pay.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/View/default/Shortcut/wap_shortcut_pay.html b/Application/Sdk/View/default/Shortcut/wap_shortcut_pay.html index 5fab230d..8c1f7423 100644 --- a/Application/Sdk/View/default/Shortcut/wap_shortcut_pay.html +++ b/Application/Sdk/View/default/Shortcut/wap_shortcut_pay.html @@ -571,7 +571,11 @@ if(result.status == 0){ Tip.msgShow(result.info); }else if(result.status == 1){ - window.location.href = result.url; + Tip.msgShow("充值成功"); + $("#tipok").click(function(){ + $("#msgdialog").hide(); + window.location.href = result.url; + }); }else{ Tip.msgShow('未知信息'); }