From c3fb975ead0b20369732b24057e83dce21b7f88f Mon Sep 17 00:00:00 2001 From: dengbw Date: Mon, 9 Jan 2023 15:01:21 +0800 Subject: [PATCH] admin_store_109 --- admin/controllers/app/licheb/Member.php | 1 + admin/views/app/licheb/member/get.php | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/admin/controllers/app/licheb/Member.php b/admin/controllers/app/licheb/Member.php index a7a73b7e..6824f09c 100755 --- a/admin/controllers/app/licheb/Member.php +++ b/admin/controllers/app/licheb/Member.php @@ -122,6 +122,7 @@ class Member extends HD_Controller $_title = '添加用户'; } $show_info['cityList'] = $this->mdSysCity->select(['status' => 1], 'id desc', 0, 0, 'city_id,name'); + $show_info['typeAry'] = $this->biz_model->type_ary(); $this->data['selectedBrands'] = $selectedBrands; $this->data['show_info'] = $show_info; $this->data['info'] = $info; diff --git a/admin/views/app/licheb/member/get.php b/admin/views/app/licheb/member/get.php index 7049720c..473a851d 100755 --- a/admin/views/app/licheb/member/get.php +++ b/admin/views/app/licheb/member/get.php @@ -69,6 +69,14 @@ +
+ +
搜索
@@ -144,8 +152,8 @@ selectedBrands: [], cityAry: [], countyAry: [], - show_info: {cityList: []}, - search_info: {city_id: 0, county_id: 0} + show_info: {cityList: [], typeAry: []}, + search_info: {city_id: 0, county_id: 0, type: 0} }, computed: {}, created: function () { @@ -246,6 +254,7 @@ dataType: 'json', data: { page: that.brandsThPage, + type: that.search_info.type, city_id: that.search_info.city_id, county_id: that.search_info.county_id },