..
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user