From e7683a3e6938b0bd4c369a338dfbd04ee504dccf Mon Sep 17 00:00:00 2001 From: cloud Date: Wed, 8 Apr 2020 13:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=88=E4=BD=9C=E5=9C=BA?= =?UTF-8?q?=E6=89=80=E7=A6=81=E6=8A=95=E8=A1=8C=E4=B8=9A=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/info_off.class.php | 1 + admin/templates/village.php | 7 +++++++ include/traits/tfield.class.php | 1 + 3 files changed, 9 insertions(+) diff --git a/admin/info_off.class.php b/admin/info_off.class.php index 3b5eae8..04afce1 100644 --- a/admin/info_off.class.php +++ b/admin/info_off.class.php @@ -67,6 +67,7 @@ class info_off extends appadmin { 'v_tel' => $this->form['v_tel'], 'v_price' => $this->form['v_price'], 'v_psize' => $this->form['v_psize'], + 'v_forbidtype' => $this->form['v_forbidtype'], 'v_text' => $this->form['v_text'] ]; diff --git a/admin/templates/village.php b/admin/templates/village.php index 031e1af..3cd2dab 100644 --- a/admin/templates/village.php +++ b/admin/templates/village.php @@ -82,6 +82,13 @@ $met_title = $data['met_title']; required data-fv-notEmpty-message='不能为空'> +
+
+
+ + 禁投行业标签,可设置多个 +
+
diff --git a/include/traits/tfield.class.php b/include/traits/tfield.class.php index 666107d..b1bf50a 100644 --- a/include/traits/tfield.class.php +++ b/include/traits/tfield.class.php @@ -220,6 +220,7 @@ trait tfield { $array['v_ebnonum'] = '门口方位总数'; $array['v_price'] = '场所均价'; $array['v_psize'] = '居住规模'; + $array['v_forbidtype'] = '禁投行业'; }else{ unset($array['v_district']); }