diff --git a/app/home/view/expense/add.html b/app/home/view/expense/add.html index bc4f8ef..0532076 100644 --- a/app/home/view/expense/add.html +++ b/app/home/view/expense/add.html @@ -196,7 +196,9 @@ success:function(e){ layer.msg(e.msg); if(e.code==0){ - parent.location.reload(); + window.setTimeout(function(){ + parent.location.reload(); + },1200) } } }) diff --git a/app/home/view/income/add.html b/app/home/view/income/add.html index 434f138..11b85af 100644 --- a/app/home/view/income/add.html +++ b/app/home/view/income/add.html @@ -1,6 +1,7 @@ {extend name="common/base"/} {block name="style"} @@ -99,7 +100,7 @@ {/if} -

到账信息

+

到账信息

@@ -113,9 +114,9 @@ 全部到账 {/if} - + - + diff --git a/app/home/view/income/view.html b/app/home/view/income/view.html index 9d12ec4..d2dc591 100644 --- a/app/home/view/income/view.html +++ b/app/home/view/income/view.html @@ -1,6 +1,7 @@ {extend name="common/base"/} {block name="style"} @@ -99,7 +100,7 @@ {/if}
未到账金额未到账金额(元) {$detail.not_income}已到账金额已到账金额(元) {$detail.enter_amount}
-

到账信息

+

到账信息

@@ -113,9 +114,9 @@ 全部到账 {/if} - + - + diff --git a/app/home/view/invoice/add.html b/app/home/view/invoice/add.html index 35cdf5d..167aa93 100644 --- a/app/home/view/invoice/add.html +++ b/app/home/view/invoice/add.html @@ -185,7 +185,9 @@ success:function(e){ layer.msg(e.msg); if(e.code==0){ - parent.location.reload(); + window.setTimeout(function(){ + parent.location.reload(); + },1200) } } })
未到账金额(元)未到账金额(元) {$detail.not_income}已到账金额(元)已到账金额(元) {$detail.enter_amount}