mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat: 章节列表显示收费状态
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<ul v-for="(item,index) in chapterList" :key="index">
|
||||
<li>
|
||||
<a @click="bookContent(book.id,item.id)" href="javascript:void(0)">
|
||||
<span>{{item.chapterName}}</span><i class="red"> [免费]</i>
|
||||
<span>{{item.chapterName}}</span><i class="red"> [{{item.isVip == 1 ? '收费' : '免费'}}]</i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
{{item.chapterName}}
|
||||
</td>
|
||||
<td class="goread">{{item.chapterUpdateTime}}<br />更新</td>
|
||||
<td class="goread" valsc="291|2037554|1">免费</td>
|
||||
<td class="goread" valsc="291|2037554|1">{{item.isVip == 1 ? '收费' : '免费'}}</td>
|
||||
<!--
|
||||
<td class="goread" id="opt1358314029098041344">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user