李帅

1.临境新增字段。

...@@ -36,6 +36,11 @@ class HomeController extends Controller ...@@ -36,6 +36,11 @@ class HomeController extends Controller
36 'user_id' => $list->user_id, 36 'user_id' => $list->user_id,
37 'title' => $list->title, 37 'title' => $list->title,
38 'content' => $list->content, 38 'content' => $list->content,
39 + 'weather' => $list->weather,
40 + 'haungli' => $list->haungli,
41 + 'longitude' => $list->longitude,
42 + 'latitude' => $list->latitude,
43 + 'location' => $list->location,
39 'url' => $list->url, 44 'url' => $list->url,
40 'type' => $list->type, 45 'type' => $list->type,
41 'poem_id' => $list->poem_id, 46 'poem_id' => $list->poem_id,
......