edit-api-cus_detail
This commit is contained in:
@@ -65,7 +65,7 @@ class Customers extends Wxapp
|
||||
$data = [
|
||||
'id' => $row['id'],
|
||||
'name' => $row['name'],
|
||||
'mobile' => $this->get_mobile(['mobile' => $row['mobile'], 'cf_title' => $row['cf_title'], 'type' => 1]),
|
||||
'mobile' => $this->get_mobile(['mobile' => $row['mobile'], 'cf_title' => $row['cf_title']]),
|
||||
'complete_mobile' => $row['mobile'],
|
||||
'tip' => $tip,
|
||||
'is_top' => $row['is_top'],
|
||||
|
||||
Reference in New Issue
Block a user