123456789101112131415161718192021222324252627282930 |
- <?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('.business-data', 'company/info.device_data_html')
- ->fetch('.equip-info', 'company/info.device_button_list#info')
- //->fetch('#video_url', 'var url = \'<{Maze::load("company/info.park_info#video")}>\'');
- ->fetch('#video', '<{Maze::load("video/show.init")}>');
- //->fetch('.business-list@style', 'display:none;');
- include('inc/device.php');
|