From 6264d23980e06245a38ff1301742a6616c31dbf7 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 5 Nov 2019 00:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E5=8D=95=E6=97=B6=EF=BC=8C=E4=B8=8D=E7=94=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96=E7=A4=BC=E5=93=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/insurer/my-list-info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/insurer/my-list-info.php b/frontend/views/insurer/my-list-info.php index 1cb3302..789a7ea 100644 --- a/frontend/views/insurer/my-list-info.php +++ b/frontend/views/insurer/my-list-info.php @@ -264,7 +264,7 @@ use common\models\PriceT; html += ''; $('#gifts').html(html); } else { - parent.layer.msg(obj.msg); + //parent.layer.msg(obj.msg); } }, 'json'); $.get('/marketing-strategy/get-gifts?type=2&order_id=id?>&fanxian_id=' + fanxian_id, function(obj){ @@ -303,7 +303,7 @@ use common\models\PriceT; html += ''; $('#quans').html(html); } else { - parent.layer.msg(obj.msg); + //parent.layer.msg(obj.msg); } }, 'json'); }