From 595112e6b582c4ee11ca913f4669a376c2907499 Mon Sep 17 00:00:00 2001 From: zyx Date: Mon, 21 Oct 2019 16:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E8=8F=9C=E5=8D=95=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=9B=9E=E8=B0=83=E4=BA=8B=E4=BB=B6=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Promote/quick_menu_list.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Application/Home/View/default/Promote/quick_menu_list.html b/Application/Home/View/default/Promote/quick_menu_list.html index dbf9f99c4..d4b74b528 100644 --- a/Application/Home/View/default/Promote/quick_menu_list.html +++ b/Application/Home/View/default/Promote/quick_menu_list.html @@ -52,7 +52,11 @@ dataType: 'JSON', cache: false, success: function (result) { - layer.alert(result.info,{},function (idex) { + layer.alert(result.info,{ + end:function () { + location.reload() + }, + },function (idex) { parent.layer.close(idex); if (result.status==1){ location.reload()