business.php 611 B

1234567891011121314151617181920212223
  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-list', 'company/info.device_data_html')
  14. ->fetch('#player', '<{Maze::load("video/show.init", "mobile")}>');
  15. include('inc/device.php');