From d09ac6148d387e1a7f19e2d742b44addb87277a5 Mon Sep 17 00:00:00 2001 From: dengbw Date: Mon, 28 Mar 2022 14:40:50 +0800 Subject: [PATCH] lichene_328_5 --- home/controllers/h5/Lichene.php | 1 - home/views/h5/lichene/index.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/home/controllers/h5/Lichene.php b/home/controllers/h5/Lichene.php index 7befa464..3e034a30 100644 --- a/home/controllers/h5/Lichene.php +++ b/home/controllers/h5/Lichene.php @@ -260,7 +260,6 @@ class Lichene extends CI_Controller $this->mdCustomerTagdata->add_batch($add_tag); } } - $data['c_id'] = $c_id; $this->show_json(200, '操作成功'); } diff --git a/home/views/h5/lichene/index.php b/home/views/h5/lichene/index.php index d944064e..bb0e3c7f 100644 --- a/home/views/h5/lichene/index.php +++ b/home/views/h5/lichene/index.php @@ -181,9 +181,6 @@ }, success: function (re) { mDialog.msg({content: re.msg}); - if (re.code == 200) { - that.userInfo.c_id = re.data['c_id']; - } }, complete: function () { loading && mDialog.close(loading); //关闭加载