|
@@ -41,7 +41,7 @@
|
|
|
<template #extra>
|
|
|
<div
|
|
|
class="flex items-center cursor-pointer"
|
|
|
- style="font-size: 12px;"
|
|
|
+ style="font-size: 12px"
|
|
|
@click="handleGotoNewsPage"
|
|
|
>
|
|
|
查看更多
|
|
@@ -57,7 +57,10 @@
|
|
|
@click="handleGotoNewsView(item)"
|
|
|
>
|
|
|
<div class="flex">
|
|
|
- <img :src="item.cover" style="width: 86px; height: 48px;" />
|
|
|
+ <img
|
|
|
+ :src="item.coverUrl || 'https://zhxy.cqtlzjzx.com/minio/static/defnew.png'"
|
|
|
+ style="width: 86px; height: 48px"
|
|
|
+ />
|
|
|
<div class="flex-1 ml-4 flex flex-col">
|
|
|
<div class="flex-1 truncate c6 f6">{{ item.fullHead }}</div>
|
|
|
<div class="flex c8">
|