Commit d9e13423 authored by hujun's avatar hujun

1

parent 035ed6ff
...@@ -1445,7 +1445,7 @@ class GHouses extends BaseModel ...@@ -1445,7 +1445,7 @@ class GHouses extends BaseModel
$params['landlord_phone'] = explode(',', $params['landlord_phone']); $params['landlord_phone'] = explode(',', $params['landlord_phone']);
foreach ($params['landlord_phone'] as $key => $val) { foreach ($params['landlord_phone'] as $key => $val) {
$landlord_phone[$key]['name'] = '房东'; $landlord_phone[$key]['name'] = '2房东';
$landlord_phone[$key]['phone'] = $val; $landlord_phone[$key]['phone'] = $val;
} }
} }
......
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