|
@@ -40,7 +40,11 @@
|
|
</div>
|
|
</div>
|
|
<!-- 封面 -->
|
|
<!-- 封面 -->
|
|
<div class="image">
|
|
<div class="image">
|
|
- <el-image class="images" :src="getUrl(info.file, 'array')" fit="fill"></el-image>
|
|
|
|
|
|
+ <el-image class="images" :src="getUrl(info.file, 'array')" fit="fill">
|
|
|
|
+ <template v-slot:error>
|
|
|
|
+ <el-image class="image" :src="match_3" fit="fill" />
|
|
|
|
+ </template>
|
|
|
|
+ </el-image>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -131,6 +135,8 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
|
+import match_3 from '/images/match_3.jpg'
|
|
|
|
+
|
|
import moment from 'moment'
|
|
import moment from 'moment'
|
|
import { get, cloneDeep } from 'lodash-es'
|
|
import { get, cloneDeep } from 'lodash-es'
|
|
const $checkRes = inject('$checkRes')
|
|
const $checkRes = inject('$checkRes')
|