diff --git a/src/views/raceInfo/index.vue b/src/views/raceInfo/index.vue
index 8a1c4f3..671552f 100644
--- a/src/views/raceInfo/index.vue
+++ b/src/views/raceInfo/index.vue
@@ -147,7 +147,7 @@
-
{{ item.annualname }}年度
+
{{ item.annualname }}年度
报名
{
console.log(projectId.result)
// return
- Router.push(`/projectName?id=${projectId.result}&bcId=${projectId.result}`)
+ Router.push(`/projectName?id=${projectId.result}&bcId=${id}`)
// Router.push({ path: '/competition', query: { id, raceId: Route.query.id } })
}
@@ -333,6 +333,9 @@ const scrollToPosition = () => {
font-size: 18px;
margin-top: 20px;
font-weight: 600;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
}
}
}
diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue
index 0db50e1..7bd9bda 100644
--- a/src/views/registrationGroup/index.vue
+++ b/src/views/registrationGroup/index.vue
@@ -23,7 +23,7 @@
{{ ndbs.annualid }}年度
{{ ndbs.name }}
-

+
@@ -151,7 +151,7 @@
{{ isDisable ? '返回' : isEdit ? '取消修改' : '取消报名' }}
-
+
{{ isEdit ? '确认修改' : '确认报名' }}
diff --git a/src/views/registrationPersonage/index.vue b/src/views/registrationPersonage/index.vue
index 3b9c051..f358874 100644
--- a/src/views/registrationPersonage/index.vue
+++ b/src/views/registrationPersonage/index.vue
@@ -25,7 +25,7 @@
{{ ndbs.annualid }}年度
{{ ndbs.name }}
-

+
@@ -169,7 +169,7 @@
router.back()">{{ isDisable ? '返回' : isEdit ? '取消修改' : '取消报名' }}
-
+
{{ isEdit ? '确认修改' : '确认报名' }}