From ee2a0f514f7ea0dc6c2c035206e69f52d670852e Mon Sep 17 00:00:00 2001
From: xiongxiaoyang <773861846@qq.com>
Date: Sun, 25 Oct 2020 20:27:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
novel-common/pom.xml | 2 +-
novel-crawl/pom.xml | 2 +-
novel-front/pom.xml | 2 +-
.../templates/book/book_ranking.html | 21 ++++++++++++++++++-
pom.xml | 2 +-
5 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/novel-common/pom.xml b/novel-common/pom.xml
index edefcfc..1374ecb 100644
--- a/novel-common/pom.xml
+++ b/novel-common/pom.xml
@@ -5,7 +5,7 @@
novel
com.java2nb
- 2.6.2
+ 2.6.4
4.0.0
diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml
index 813f9e4..a9efaaa 100644
--- a/novel-crawl/pom.xml
+++ b/novel-crawl/pom.xml
@@ -5,7 +5,7 @@
novel
com.java2nb
- 2.6.2
+ 2.6.4
4.0.0
diff --git a/novel-front/pom.xml b/novel-front/pom.xml
index df1237f..4b29733 100644
--- a/novel-front/pom.xml
+++ b/novel-front/pom.xml
@@ -5,7 +5,7 @@
novel
com.java2nb
- 2.6.2
+ 2.6.4
4.0.0
diff --git a/novel-front/src/main/resources/templates/book/book_ranking.html b/novel-front/src/main/resources/templates/book/book_ranking.html
index cbdf136..f1218f2 100644
--- a/novel-front/src/main/resources/templates/book/book_ranking.html
+++ b/novel-front/src/main/resources/templates/book/book_ranking.html
@@ -22,7 +22,7 @@
@@ -123,6 +123,25 @@
layer.alert('网络异常');
}
})
+ switch (rankType) {
+ case 0 : {
+ $("#rankName").html("点击榜");
+ break;
+ }
+ case 1 : {
+ $("#rankName").html("新书榜");
+ break;
+ }
+ case 2 : {
+ $("#rankName").html("更新榜");
+ break;
+ }
+ case 3 : {
+ $("#rankName").html("评论榜");
+ break;
+ }
+
+ }
}
diff --git a/pom.xml b/pom.xml
index e8bbc6e..7bfda3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.java2nb
novel
- 2.6.2
+ 2.6.4
novel-common
novel-front