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']); }