提交 858674a0 编写于 作者: huangxuan258's avatar huangxuan258

修复付费财富值阅读成功后弹出不能关闭刷新页面问题

上级 56503a69
......@@ -73,7 +73,8 @@ $(".btn-dashang").click(function(){
alert('账户余额不足,先充值!');
}
if(data==1){
window.location.reload();
//window.location.reload();
window.parent.location.reload();
}else{
alert(data);
......
......@@ -73,7 +73,8 @@ layui.use(['jquery', 'layer','form'], function(){
}
if(data==1){
window.location.reload();
//window.location.reload();
window.parent.location.reload();
}
} ,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册