This commit is contained in:
花有清香月有阴
2022-01-14 14:54:04 +08:00
parent 6d56043aa3
commit a386ffec68
3 changed files with 22 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
</div>
</AiTopFixed>
<template>
<template >
<AiCard v-for="(item, i) in datas" :key="i" @click.native="goDetail(item, 1)">
<template #custom>
<div class="card-top">
@@ -101,7 +101,7 @@ export default {
this.current = 1
this.getList()
})
},
created() {
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {