12345678910111213141516 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | home
- |--------------------------------------------------------------------------
- */
- $view
- # 定义名称
- ->fetch('#update_service_id', 'store/admin/order.getService')
- ->fetch('.form1@action', 'store/admin/order.getConfig#send')
- ->fetch('#update_where_id@value', '<{Dever::input("id")}>')
- # display
- ->display();
|