diff --git a/Application/Home/Controller/WithdrawController.class.php b/Application/Home/Controller/WithdrawController.class.php index 30a300ca2..37aebdb44 100644 --- a/Application/Home/Controller/WithdrawController.class.php +++ b/Application/Home/Controller/WithdrawController.class.php @@ -169,6 +169,7 @@ class WithdrawController extends BaseController //全部完成 $this->setOneVerifyStatus(4,"payment",$poolid); } + $this->ajaxReturn(["msg"=>"聚合成功","status"=>1]); } protected function setOneVerifyStatus($change_status,$op_pre,$id) { diff --git a/Application/Home/View/default/Withdraw/index.html b/Application/Home/View/default/Withdraw/index.html index 27ce2abd7..87703389c 100644 --- a/Application/Home/View/default/Withdraw/index.html +++ b/Application/Home/View/default/Withdraw/index.html @@ -326,8 +326,8 @@ dataType: "json", data: { id:id }, success: function (result) { + layer.msg(result.msg+"页面刷新中..."); poolCount(result.data.pool_id,function(){ - layer.msg(result.msg); setTimeout(function () { location.reload(); }, 1000);