添加支付成功提示

master
chenzhi 5 years ago
parent f995416133
commit 196bdf1c68

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

Loading…
Cancel
Save