greenhouse.php 807 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | 气象站
  5. |--------------------------------------------------------------------------
  6. */
  7. $view
  8. ->set('Maze::setInput("menu", "0")')
  9. ->set('Maze::setInput("item", "business-item")')
  10. //->fetch('.business-data@id', 'device_data')
  11. //->fetch('.business-data@data-url', 'company/info.device_data_url')
  12. ->fetch('#device_data@data-url', 'company/info.device_data_url')
  13. ->fetch('.business-data', 'company/info.device_data_html')
  14. ->fetch('.equip-info', 'company/info.device_button_list#info')
  15. //->fetch('#video_url', 'var url = \'<{Maze::load("company/info.park_info#video")}>\'');
  16. ->fetch('#video', '<{Maze::load("video/show.init")}>');
  17. //->fetch('.business-list@style', 'display:none;');
  18. include('inc/device.php');