Commit 70cb347f authored by hujun's avatar hujun

1

parent d1884e69
...@@ -455,7 +455,7 @@ class Shop extends Basic ...@@ -455,7 +455,7 @@ class Shop extends Basic
$result['landlord_phone'] = json_decode($result['landlord_phone'], true); $result['landlord_phone'] = json_decode($result['landlord_phone'], true);
$result['is_show_landlord'] = 1; $result['is_show_landlord'] = 1;
} else { } else {
$result['landlord_phone'] = ['name'=> '', 'phone'=>'']; $result['landlord_phone'] = [['name'=> '', 'phone'=>'']];
$result['is_show_landlord'] = 0; $result['is_show_landlord'] = 0;
} }
......
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