diff --git a/src/views/ChapterList.vue b/src/views/ChapterList.vue index b2c6922..e038788 100644 --- a/src/views/ChapterList.vue +++ b/src/views/ChapterList.vue @@ -33,7 +33,7 @@ diff --git a/src/views/author/ChapterList.vue b/src/views/author/ChapterList.vue index 722bfd6..8d77d3d 100644 --- a/src/views/author/ChapterList.vue +++ b/src/views/author/ChapterList.vue @@ -45,7 +45,7 @@ {{item.chapterName}} {{item.chapterUpdateTime}}
更新 - 免费 + {{item.isVip == 1 ? '收费' : '免费'}}