diff --git a/application/admin/view/default/public/footer.html b/application/admin/view/default/public/footer.html index 9d3c74161..5fb0859f3 100755 --- a/application/admin/view/default/public/footer.html +++ b/application/admin/view/default/public/footer.html @@ -86,7 +86,7 @@ {{if !empty($plugins_admin_js_data) and is_array($plugins_admin_js_data)}} {{foreach $plugins_admin_js_data as $hook}} - {{if is_string($hook)}} + {{if !empty($hook) and is_string($hook)}} {{if substr($hook, 0, 4) eq 'http'}} {{else /}} @@ -94,7 +94,7 @@ {{/if}} {{elseif is_array($hook) /}} {{foreach $hook as $hook_js}} - {{if is_string($hook_js)}} + {{if !empty($hook_js) and is_string($hook_js)}} {{if substr($hook_js, 0, 4) eq 'http'}} {{else /}} diff --git a/application/admin/view/default/public/header.html b/application/admin/view/default/public/header.html index 454a4d86a..47978f8ce 100755 --- a/application/admin/view/default/public/header.html +++ b/application/admin/view/default/public/header.html @@ -22,7 +22,7 @@ {{if !empty($plugins_admin_css_data) and is_array($plugins_admin_css_data)}} {{foreach $plugins_admin_css_data as $hook}} - {{if is_string($hook)}} + {{if !empty($hook) and is_string($hook)}} {{if substr($hook, 0, 4) eq 'http'}} {{else /}} @@ -30,7 +30,7 @@ {{/if}} {{elseif is_array($hook) /}} {{foreach $hook as $hook_css}} - {{if is_string($hook_css)}} + {{if !empty($hook_css) and is_string($hook_css)}} {{if substr($hook_css, 0, 4) eq 'http'}} {{else /}} diff --git a/application/tags.php b/application/tags.php index 7fb4b4ce8..4db0d4a35 100755 --- a/application/tags.php +++ b/application/tags.php @@ -32,5 +32,69 @@ return array ( 'log_write' => array ( ), + 'plugins_css' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_navigation_header_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_goods_handle_end' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_goods_spec_base' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_buy_group_goods_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_user_login_success_record' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_goods_spec_extends_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_view_admin_user_save' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_user_save_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_goods_save_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_view_goods_detail_panel_price_top' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_view_home_goods_inside_bottom' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_view_search_goods_inside_bottom' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_goods_spec_type' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_users_center_left_menu_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), + 'plugins_service_header_navigation_top_right_handle' => + array ( + 0 => 'app\\plugins\\membershiplevelvip\\Hook', + ), ); ?> \ No newline at end of file diff --git a/config/app.php b/config/app.php index 458e4dcfe..5ddc1ee84 100755 --- a/config/app.php +++ b/config/app.php @@ -19,7 +19,7 @@ return [ // 应用地址 'app_host' => '', // 应用调试模式 - 'app_debug' => false, + 'app_debug' => true, // 应用Trace 'app_trace' => false, // 是否支持多模块 diff --git a/public/static/common/lib/ueditor/dialogs/map/map.html b/public/static/common/lib/ueditor/dialogs/map/map.html index 54dca5544..27e264dc9 100755 --- a/public/static/common/lib/ueditor/dialogs/map/map.html +++ b/public/static/common/lib/ueditor/dialogs/map/map.html @@ -4,7 +4,7 @@ - +