报名修改

GST002_old
JayChou 4 months ago
parent 8d53a67e99
commit cc8d1a32ca
  1. 8
      src/views/raceInfo/index.vue

@ -227,10 +227,12 @@ getraceInfoEvent()
// //
const goToCompetition = async (id: any) => { const goToCompetition = async (id: any) => {
const projectId = await getProjectId({ anncmopid: id }) const projectId = await getProjectId({ anncmopid: id })
console.log(projectId) console.log(projectId.result)
return // return
Router.push({ path: '/competition', query: { id, raceId: Route.query.id } }) Router.push(`/projectName?id=${projectId.result}&bcId=${projectId.result}`)
// Router.push({ path: '/competition', query: { id, raceId: Route.query.id } })
} }
const doLoadFile = (url: any) => { const doLoadFile = (url: any) => {

Loading…
Cancel
Save