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