mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-27 07:50:50 +00:00
feat: 章节列表显示收费状态
This commit is contained in:
parent
ef4bf6ed47
commit
1ddd762357
@ -33,7 +33,7 @@
|
|||||||
<ul v-for="(item,index) in chapterList" :key="index">
|
<ul v-for="(item,index) in chapterList" :key="index">
|
||||||
<li>
|
<li>
|
||||||
<a @click="bookContent(book.id,item.id)" href="javascript:void(0)">
|
<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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
{{item.chapterName}}
|
{{item.chapterName}}
|
||||||
</td>
|
</td>
|
||||||
<td class="goread">{{item.chapterUpdateTime}}<br />更新</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">
|
<td class="goread" id="opt1358314029098041344">
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user