This commit is contained in:
zhanglipeng
2020-12-18 15:57:30 +08:00
parent 56fd60a4cf
commit 0e021d2f83
3 changed files with 6 additions and 3 deletions

View File

@ -85,7 +85,7 @@ export default {
},
methods: {
handleEventClick(info) {
this.msgSuccess("活动: " + info.event.title);
this.msgSuccess("事件: " + info.event.title);
}
},
mounted() {