Commit b52c7b7d authored by zfc's avatar zfc Committed by hujun

b端新增客户修改提示语

parent 3b5f7a17
...@@ -54,7 +54,7 @@ class Client extends Basic ...@@ -54,7 +54,7 @@ class Client extends Basic
$data['start'] = $this->user->edit($this->params); $data['start'] = $this->user->edit($this->params);
if ($data['start'] == -1) { if ($data['start'] == -1) {
$this->code = 101; $this->code = 101;
$this->msg = '该用户已存在'; $this->msg = '该客户手机号已存在于系统内!';
} }
if($data['start']==1){ if($data['start']==1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment