Commit 55b04158 authored by 吴春's avatar 吴春

提交

parent 2a085c37
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</div> </div>
</el-badge> </el-badge>
<el-badge :value="r[1]" :max="9999" class="item"> <el-badge :value="r[1]" :max="9999" class="item">
<div class="event"> <div class="event" @click="goGraduation">
<img src="../../assets/img/event/biye.png" /> <img src="../../assets/img/event/biye.png" />
<div class="content"> <div class="content">
<div class="ti">毕业季事件</div> <div class="ti">毕业季事件</div>
...@@ -159,6 +159,9 @@ export default { ...@@ -159,6 +159,9 @@ export default {
}, },
goBirth(){ goBirth(){
this.$router.push('/birthdayEvent'); this.$router.push('/birthdayEvent');
},
goGraduation(){
this.$router.push('/graduationEvent');
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment