From dcbed0aa585312e5c0b33d06b93b87e0c241157e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=87=95=E9=B9=8F?= Date: Mon, 11 Oct 2021 11:36:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:360=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/BlogController.go | 2 +- views/T.header.tpl | 1 - views/blog.html | 7 ++++++- views/blogs.html | 6 ++++++ views/index.html | 33 ++++++--------------------------- views/login.html | 16 ++++++---------- 6 files changed, 25 insertions(+), 40 deletions(-) diff --git a/controllers/BlogController.go b/controllers/BlogController.go index 75498fa..cff147e 100644 --- a/controllers/BlogController.go +++ b/controllers/BlogController.go @@ -163,7 +163,7 @@ func (this *BlogController) Get() { userService.CountBrows(blog.UserId) blogService.EditBlogBrows(id) } - //utils.PostDataZZ(id) + utils.PostDataZZ(id) return } diff --git a/views/T.header.tpl b/views/T.header.tpl index 9fd09cc..ced60e9 100644 --- a/views/T.header.tpl +++ b/views/T.header.tpl @@ -19,5 +19,4 @@ - {{end}} \ No newline at end of file diff --git a/views/blog.html b/views/blog.html index e46fdda..57faa60 100644 --- a/views/blog.html +++ b/views/blog.html @@ -79,7 +79,6 @@ lang: "zh-cn" }); - + \ No newline at end of file diff --git a/views/blogs.html b/views/blogs.html index 10c3121..54d3f56 100644 --- a/views/blogs.html +++ b/views/blogs.html @@ -88,6 +88,12 @@ {{template "footer"}} + - \ No newline at end of file diff --git a/views/login.html b/views/login.html index b751ec4..1a47bda 100644 --- a/views/login.html +++ b/views/login.html @@ -27,11 +27,6 @@ gl_PointSize = scale * ( 300.0 / - mvPosition.z ); gl_Position = projectionMatrix * mvPosition; } - - - - -
@@ -75,6 +65,12 @@
+