valve.php 754 B

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