mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
fix: 替换小说封面的错误图片
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
><img
|
||||
:src="`${imgBaseUrl}` + `${item.picUrl}`"
|
||||
:alt="item.bookName"
|
||||
onerror="this.src='https://cdn.jsdelivr.net/gh/201206030/CDN/images/default.gif';this.onerror=null"
|
||||
onerror="this.src='default.gif';this.onerror=null"
|
||||
/></a>
|
||||
</div>
|
||||
<a
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
><img
|
||||
:src="`${imgBaseUrl}` + `${item.picUrl}`"
|
||||
:alt="item.bookName"
|
||||
onerror="this.src='https://cdn.jsdelivr.net/gh/201206030/CDN/images/default.gif';this.onerror=null"
|
||||
onerror="this.src='default.gif';this.onerror=null"
|
||||
/></a>
|
||||
</div>
|
||||
<a
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
><img
|
||||
:src="`${imgBaseUrl}` + `${item.picUrl}`"
|
||||
:alt="item.bookName"
|
||||
onerror="this.src='https://cdn.jsdelivr.net/gh/201206030/CDN/images/default.gif';this.onerror=null"
|
||||
onerror="this.src='default.gif';this.onerror=null"
|
||||
/></a>
|
||||
</div>
|
||||
<a class="txt" href="javascript:void(0)" @click="bookDetail(item.id)" v-html="item.bookDesc"></a>
|
||||
|
||||
Reference in New Issue
Block a user