Commit 6ff80272 authored by jyx's avatar jyx

添加短篇带章节功能

parent 0704951e
...@@ -18,10 +18,10 @@ function gotoBookSearchPage(searchType = ENUM_SEARCH_TYPE.WAREHOUSE, keyword) { ...@@ -18,10 +18,10 @@ function gotoBookSearchPage(searchType = ENUM_SEARCH_TYPE.WAREHOUSE, keyword) {
// 文章详情 // 文章详情
function gotoBookContentPage(bookId, shortis) { function gotoBookContentPage(bookId, shortis) {
if (shortis && shortis == 1) { if (shortis && shortis == 0) {
gotoLongBookContentPage(bookId)
} else {
gotoShortBookContentPage(bookId) gotoShortBookContentPage(bookId)
} else {
gotoLongBookContentPage(bookId)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment