e6614aa8 by 杨炀

no message

1 parent 5f9e708b
...@@ -286,7 +286,7 @@ export const rankList = [ ...@@ -286,7 +286,7 @@ export const rankList = [
286 tong: '0' 286 tong: '0'
287 }, 287 },
288 { 288 {
289 index: '2', 289 index: '1',
290 code: 'md', 290 code: 'md',
291 name: 'Alexey Glukhov - Anastasia Glazunova', 291 name: 'Alexey Glukhov - Anastasia Glazunova',
292 gj: '摩尔多瓦共和国', 292 gj: '摩尔多瓦共和国',
...@@ -296,7 +296,7 @@ export const rankList = [ ...@@ -296,7 +296,7 @@ export const rankList = [
296 tong: '0' 296 tong: '0'
297 }, 297 },
298 { 298 {
299 index: '3', 299 index: '1',
300 code: 'de', 300 code: 'de',
301 name: 'Marius-Andrei Balan - Khrystyna Moshenska', 301 name: 'Marius-Andrei Balan - Khrystyna Moshenska',
302 gj: '德国', 302 gj: '德国',
......
...@@ -13,9 +13,11 @@ ...@@ -13,9 +13,11 @@
13 <div v-if="activeStep==0"> 13 <div v-if="activeStep==0">
14 <div class="mb60 xzRich" style="max-height: 50vh;overflow: auto"> 14 <div class="mb60 xzRich" style="max-height: 50vh;overflow: auto">
15 <div v-if="language==0"><br/> 15 <div v-if="language==0"><br/>
16 报到时间:2024年7月14日13:30 -17:00<br/><br/> 16 培训地点:无锡君来世尊酒店<br/>
17 报到地点:无锡君来世尊酒店<br/><br/> 17 详细地址:江苏省 无锡市 滨湖区 和风路111号<br/>
18 江苏省 无锡市 滨湖区 和风路111号 18 报到时间:2024年7月14日13:30 -17:00<br/>
19 联系人:祝老师<br/>
20 联系电话:<br/>
19 </div> 21 </div>
20 <div v-else style="width: 350px;margin: auto"><br/> 22 <div v-else style="width: 350px;margin: auto"><br/>
21 Check in from 13:30 to 17:00 on July 14, 2024.<br/> 23 Check in from 13:30 to 17:00 on July 14, 2024.<br/>
...@@ -168,7 +170,7 @@ const rules = ref( ...@@ -168,7 +170,7 @@ const rules = ref(
168 const open = (params) => { 170 const open = (params) => {
169 console.log(params) 171 console.log(params)
170 show.value = true 172 show.value = true
171 title.value = language.value==0?'大师课申请':'Master Class Application' 173 title.value = language.value==0?'亚洲青少年体育舞蹈公益课':'Asian Youth DanceSport Training Camp'
172 cptId.value = params.cptId 174 cptId.value = params.cptId
173 getCourse() 175 getCourse()
174 } 176 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!