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