lichene_328_5
This commit is contained in:
@@ -260,7 +260,6 @@ class Lichene extends CI_Controller
|
||||
$this->mdCustomerTagdata->add_batch($add_tag);
|
||||
}
|
||||
}
|
||||
$data['c_id'] = $c_id;
|
||||
$this->show_json(200, '操作成功');
|
||||
}
|
||||
|
||||
|
||||
@@ -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); //关闭加载
|
||||
|
||||
Reference in New Issue
Block a user