From f7e75976ffe9247d626e1bee7fb506126bb78cd2 Mon Sep 17 00:00:00 2001 From: xiaowen <372193233@qq.com> Date: Thu, 16 Dec 2021 16:01:02 +0800 Subject: [PATCH] cxw-010203 --- .../eventRecommendationList/index.vue | 28 +++++++++++++------ src/lycomponents/iSwitchEvent/index.vue | 25 ++++++++--------- 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/src/lycomponents/iSwitchEvent/eventRecommendationList/index.vue b/src/lycomponents/iSwitchEvent/eventRecommendationList/index.vue index 279bb83..b3ffbbf 100644 --- a/src/lycomponents/iSwitchEvent/eventRecommendationList/index.vue +++ b/src/lycomponents/iSwitchEvent/eventRecommendationList/index.vue @@ -1,7 +1,7 @@ - - + @@ -50,15 +47,15 @@ export default { }) }, - // 开始对比 - handlerBegin() { - if(this.subList.length < 2 || (this.getEComparison[0].events_id == "" || this.getEComparison[1].events_id == "")) { - this.$message.warning('至少2个事件进行对比'); - return - } - this.setEComparison(this.subList); - this.$router.push({path: '/eventComparison'}) - } + // // 开始对比 + // handlerBegin() { + // if(this.subList.length < 2 || (this.getEComparison[0].events_id == "" || this.getEComparison[1].events_id == "")) { + // this.$message.warning('至少2个事件进行对比'); + // return + // } + // this.setEComparison(this.subList); + // this.$router.push({path: '/eventComparison'}) + // } } };