体育活动

This commit is contained in:
2025-09-12 10:56:09 +08:00
parent e65ecb351d
commit 6c276fb085
@@ -81,7 +81,7 @@ layout("/layouts/platform_h5.html"){
取消报名 取消报名
</van-button> </van-button>
</div> </div>
<div> <div v-else>
<van-button :loading="subLoading" @click="signUpUser(row)" round <van-button :loading="subLoading" @click="signUpUser(row)" round
size="small" size="small"
type="primary" v-if="activityData.applyWay.includes(1)&&row.userApply2===0"> type="primary" v-if="activityData.applyWay.includes(1)&&row.userApply2===0">
@@ -132,14 +132,14 @@ layout("/layouts/platform_h5.html"){
title: "提示", title: "提示",
message: "确认要取消报名吗?" message: "确认要取消报名吗?"
}).then(() => { }).then(() => {
if (row.applyUser !== this.$store.state.user.id) { /* if (row.applyUser !== this.$store.state.user.id) {
this.$dialog.alert({ this.$dialog.alert({
title: '温馨提示', title: '温馨提示',
message: "报名人不是您,请联系报名人取消!", message: "报名人不是您,请联系报名人取消!",
}).then(() => { }).then(() => {
}) })
return; return;
} }*/
this.$axios.post("/platform/h5/activity/apply/cancelApply", { this.$axios.post("/platform/h5/activity/apply/cancelApply", {
activityId: row.activityId, activityId: row.activityId,
eventId: row.eventId, eventId: row.eventId,