From ffc370fa6cd33650f6d30cf64e0fffc23639bd43 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Fri, 8 Nov 2019 14:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/insurer/my-list-info.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/views/insurer/my-list-info.php b/frontend/views/insurer/my-list-info.php index 691c475..400cb7d 100644 --- a/frontend/views/insurer/my-list-info.php +++ b/frontend/views/insurer/my-list-info.php @@ -296,10 +296,11 @@ use common\models\PriceT; html += ''; html += ''; - if(sub_item.selected == 1) + if(sub_item.selected == 1) { html += '
' + sub_item.name; html += ''; html += '
'; + } }); html += '';