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('未知信息'); }