This commit is contained in:
那些花儿
2025-09-25 21:19:20 +08:00
parent 7ea9b74869
commit 7630890799
3 changed files with 21 additions and 4 deletions
@@ -16,7 +16,7 @@ const act = {
<div class="swiper-slide" v-for="(activity, index) in actList" :key="activity.id">
<div class="item" @click="go(activity)">
<div class="img-box">
<img :src="activity.cover1 || 'https://www.ncu.edu.cn/__local/8/52/2C/644986B4C9A030F7B65300178A6_8679CB08_18467.jpg'"
<img :src="activity.cover || 'https://www.ncu.edu.cn/__local/8/52/2C/644986B4C9A030F7B65300178A6_8679CB08_18467.jpg'"
alt="">
</div>
<h4 class="title">
@@ -88,9 +88,10 @@ const user = {
},
methods: {
handleStatClick(type) {
debugger
if (['todo', 'done', 'application'].includes(type)) {
window.open('/flow/todoCenter?status=' + type)
} else if (type === 'notification') {
window.open('/platform/v4/msg')
}
},
loadStats() {