|
@@ -528,9 +528,6 @@ class Mobile extends Backend
|
|
|
}
|
|
|
Db::startTrans();
|
|
|
$this->validate($data, \app\admin\validate\Mobile::class);
|
|
|
- /*if($this->model->where('no',$data['no'])->find()){
|
|
|
- $this->error('手机号码已存在');
|
|
|
- }*/
|
|
|
$data['type'] = 1;
|
|
|
$info = [];
|
|
|
if (isset($data['describe'])) {
|