123456789101112131415161718 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | home
- |--------------------------------------------------------------------------
- */
- $view
- # 初始化几个js变量
- ->fetch('#script', '<{Dever::script()}>')
- ->fetch('#pdf@href', '<{echo DEVER_APP_HOST . "assets/pdf/msg.pdf"}>')
- ->fetch('#msg', '0&<{Dever::order()}>')
- # display
- ->display();
|