...
|
...
|
@@ -346,7 +346,7 @@ class Registers extends Backend |
|
|
}
|
|
|
$data = $this->model->where($where)->select();
|
|
|
foreach($data as $key => $vo){
|
|
|
$mobile = $data['mobile'];
|
|
|
$mobile = $vo['mobile'];
|
|
|
$search = '/^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/';
|
|
|
if (!preg_match($search,$mobile)) {
|
|
|
$this->error('手机号格式有误');
|
...
|
...
|
|