diff --git a/src/main/resources/views/platform/zhghh5/activity/sports/eventList.html b/src/main/resources/views/platform/zhghh5/activity/sports/eventList.html
index 6f4f89b..67b56f2 100644
--- a/src/main/resources/views/platform/zhghh5/activity/sports/eventList.html
+++ b/src/main/resources/views/platform/zhghh5/activity/sports/eventList.html
@@ -81,7 +81,7 @@ layout("/layouts/platform_h5.html"){
取消报名
-
+
@@ -132,14 +132,14 @@ layout("/layouts/platform_h5.html"){
title: "提示",
message: "确认要取消报名吗?"
}).then(() => {
- if (row.applyUser !== this.$store.state.user.id) {
+ /* if (row.applyUser !== this.$store.state.user.id) {
this.$dialog.alert({
title: '温馨提示',
message: "报名人不是您,请联系报名人取消!",
}).then(() => {
})
return;
- }
+ }*/
this.$axios.post("/platform/h5/activity/apply/cancelApply", {
activityId: row.activityId,
eventId: row.eventId,