| 12345678910111213141516171819202122232425262728 | 
							- <?php
 
- /*
 
- |--------------------------------------------------------------------------
 
- | 气象站
 
- |--------------------------------------------------------------------------
 
- */
 
- $view
 
- ->set('Maze::setInput("menu", "0")')
 
- ->set('Maze::setInput("item", "business-item")')
 
- //->fetch('.business-data@id', 'device_data')
 
- //->fetch('.business-data@data-url', 'company/info.device_data_url')
 
- ->fetch('#device_data@data-url', 'company/info.device_data_url')
 
- ->fetch('#video', '<{Maze::load("video/show.init")}>')
 
- ->fetch('.equip-info', 'company/info.device_button_list#info');
 
- //->fetch('#video_url', 'var url = \'<{Maze::load("company/info.park_info#video")}>\'');
 
- //->fetch('.business-list@style', 'display:none;'); 
 
- include('inc/device.php');
 
 
  |