From 985558828a60c646dd4d247baae4ea2f69ec7f9c Mon Sep 17 00:00:00 2001 From: xuanchen120 <122383162@qq.com> Date: Thu, 30 Jun 2022 11:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/settings.php | 1 + resources/views/category/lxwm.blade.php | 41 ++++++++++++++++++++++++ resources/views/layouts/footer.blade.php | 10 +++--- 3 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 resources/views/category/lxwm.blade.php diff --git a/config/settings.php b/config/settings.php index 9e7c5d2..858bff6 100644 --- a/config/settings.php +++ b/config/settings.php @@ -16,5 +16,6 @@ return [ 'xwdt' => '新闻动态', 'cxpt' => '创新平台', 'nyhjxh' => '能源环境学会', + 'lxwm' => '联系我们', ] ]; diff --git a/resources/views/category/lxwm.blade.php b/resources/views/category/lxwm.blade.php new file mode 100644 index 0000000..ca5672c --- /dev/null +++ b/resources/views/category/lxwm.blade.php @@ -0,0 +1,41 @@ +@extends('layouts.app') + +@section('title', $category->title) + + +@section('content') + +
+
+ @include('category.left') + +
+
+ 当前位置: 首页 > {{ $category->title }} +
+ + +
+
+ 联系我们 +
+
+ +
{{ config('siteName') }}
+
+ 地址:{{ config('address') }} + 电话:{{ config('mobile') }} + 邮箱:{{ config('email') }} +
+ + 扫描二维码公众号 +
+
+
+
+ +
+
+
+ +@endsection diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index 0afc6a2..6fefee8 100644 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -16,12 +16,14 @@
-
版权所有:黑龙江省科学院能源环境研究院黑ICP备2020006939号
-
邮箱:hljnyfh@163.com电话:0451-82331855
-
地址:南岗区大成街138号
+
版权所有:黑龙江省科学院能源环境研究院{{ config('beian') }}
+
+ 邮箱:{{ config('email') }}电话:{{ config('mobile') }} +
+
地址:{{ config('address') }}
-{{-- --}} + {{-- --}}