22f8642d by 杨炀

no message

1 parent 0f58d342
...@@ -16,18 +16,28 @@ ...@@ -16,18 +16,28 @@
16 <el-col :lg="19"> 16 <el-col :lg="19">
17 <div class="infoPart pd20" v-if="activeIndex==0"> 17 <div class="infoPart pd20" v-if="activeIndex==0">
18 <h3 class="leftboderTT">{{ language==0?'组织机构':'Organizer' }}</h3> 18 <h3 class="leftboderTT">{{ language==0?'组织机构':'Organizer' }}</h3>
19 <div class="content"> 19 <div class="content" v-if="language==0">
20 <h4 v-if="language==0">(一) 主办单位</h4> 20 <h4>(一) 主办单位</h4>
21 21
22 <p>世界体育舞蹈联合会(WDSF)</p> 22 <p>世界体育舞蹈联合会(WDSF)</p>
23 23
24 <h4 v-if="language==0">(二) 承办单位</h4> 24 <h4>(二) 承办单位</h4>
25 25
26 <p>亚洲体育舞蹈联合会(DSA)</p> 26 <p>亚洲体育舞蹈联合会(DSA)</p>
27 <p>中国体育舞蹈联合会(WDSF)</p> 27 <p>中国体育舞蹈联合会(WDSF)</p>
28 <p>江苏省体育局</p> 28 <p>江苏省体育局</p>
29 <p>无锡市人民政府</p> 29 <p>无锡市人民政府</p>
30 </div> 30 </div>
31 <div class="content" v-else>
32 <h4 class="uppercase">1. Hosts</h4>
33 <p>World DanceSport Federation (WDSF)</p>
34
35 <h4 class="uppercase">2. Organizers</h4>
36 <p>DanceSport Asia (DSA)</p>
37 <p>Chinese DanceSport Federation</p>
38 <p>Jiangsu Provincial Sports Federation</p>
39 <p>Wuxi Municipal People's Government</p>
40 </div>
31 <div class="content" hidden> 41 <div class="content" hidden>
32 <p>现场,由世界体育舞蹈联合设立的,集世界、洲际、中国三位一体的联合总部基地——世界体育舞蹈(无锡)中心正式揭牌。未来,无锡将以总部基地落户为契机,启动培育自主品牌赛事中国无锡体育舞蹈节,持续拓展交流合作、赛事研发、教育培训等领域,致力打造全球体育舞蹈地标城市和独具魅力的国际赛事名城。 42 <p>现场,由世界体育舞蹈联合设立的,集世界、洲际、中国三位一体的联合总部基地——世界体育舞蹈(无锡)中心正式揭牌。未来,无锡将以总部基地落户为契机,启动培育自主品牌赛事中国无锡体育舞蹈节,持续拓展交流合作、赛事研发、教育培训等领域,致力打造全球体育舞蹈地标城市和独具魅力的国际赛事名城。
33   </p> 43   </p>
......
...@@ -29,11 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common"; ...@@ -29,11 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common";
29 import {useRouter} from "vue-router"; 29 import {useRouter} from "vue-router";
30 const router = useRouter() 30 const router = useRouter()
31 const currentDate = ref(new Date()) 31 const currentDate = ref(new Date())
32 const calendarRange = ref([dayjs().toDate(), dayjs().toDate()]) 32 const calendarRange = ref([dayjs('2023-07-17').toDate(), dayjs('2023-07-17').toDate()])
33 const schList = ref([]) 33 const schList = ref([])
34 const loading = ref(false) 34 const loading = ref(false)
35 const query = ref({ 35 const query = ref({
36 currentDate:dayjs().format('YYYY-MM-DD') 36 // currentDate:dayjs().format('YYYY-MM-DD')
37 currentDate: '2023-07-17'
37 }) 38 })
38 getScheduleList() 39 getScheduleList()
39 function getScheduleList() { 40 function getScheduleList() {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
50 <div v-else style="opacity: 0.5;" class="btn-lineG mb20 mauto text-center"> 50 <div v-else style="opacity: 0.5;" class="btn-lineG mb20 mauto text-center">
51 {{ language == 0 ? '报名已结束' : 'Registration has ended' }} 51 {{ language == 0 ? '报名已结束' : 'Registration has ended' }}
52 </div> 52 </div>
53 <p class="text-gray">{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}</p> 53 <p class="text-gray uppercase">{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}</p>
54 </div> 54 </div>
55 </el-col> 55 </el-col>
56 </el-row> 56 </el-row>
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
164 {{ language == 0 ? '报名未开始' : 'Not started yet' }} 164 {{ language == 0 ? '报名未开始' : 'Not started yet' }}
165 </div> 165 </div>
166 </div> 166 </div>
167 <p class="text-gray text-center">{{ language==0?'报名截止':'Registration Deadline' }}:{{ matchData.signEndTime?.slice(0,10) }}</p> 167 <p class="text-gray text-center uppercase">{{ language==0?'报名截止':'Registration Deadline' }}:{{ matchData.signEndTime?.slice(0,10) }}</p>
168 168
169 </el-col> 169 </el-col>
170 </el-row> 170 </el-row>
...@@ -374,8 +374,8 @@ function getMatch(id) { ...@@ -374,8 +374,8 @@ function getMatch(id) {
374 isNational.value = true 374 isNational.value = true
375 } 375 }
376 }).catch(res => { 376 }).catch(res => {
377 // router.push({path: '/match/list/0'}) 377 router.push({path: '/match/list'})
378 // loading.value = false 378 loading.value = false
379 // setTimeout("window.location.reload()", 1000) 379 // setTimeout("window.location.reload()", 1000)
380 }) 380 })
381 } 381 }
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
104 <a class="btn-lineG mb20 mauto" v-if="n.time>0" style="display: block;"> 104 <a class="btn-lineG mb20 mauto" v-if="n.time>0" style="display: block;">
105 {{ language==0?'我要报名':'REGISTER' }}</a> 105 {{ language==0?'我要报名':'REGISTER' }}</a>
106 <div v-else style="opacity: 0.5;" class="btn-lineG mb20 mauto">{{ language==0?'报名已结束':'Registration has ended' }}</div> 106 <div v-else style="opacity: 0.5;" class="btn-lineG mb20 mauto">{{ language==0?'报名已结束':'Registration has ended' }}</div>
107 <p class="text-gray">{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}</p> 107 <p class="text-gray uppercase">{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}</p>
108 </div> 108 </div>
109 </el-col> 109 </el-col>
110 </el-row> 110 </el-row>
......
...@@ -87,9 +87,10 @@ const ztxPlanList = ref([]) ...@@ -87,9 +87,10 @@ const ztxPlanList = ref([])
87 const planList = ref([]) 87 const planList = ref([])
88 const schList = ref([]) 88 const schList = ref([])
89 const loading = ref(false) 89 const loading = ref(false)
90 const currentDate = ref(new Date()) 90 const currentDate = ref(dayjs('2023-07-17').toDate())
91 const query = ref({ 91 const query = ref({
92 currentDate:dayjs().format('YYYY-MM-DD') 92 // currentDate:dayjs().format('YYYY-MM-DD')
93 currentDate: '2023-07-17'
93 }) 94 })
94 95
95 getScheduleList() 96 getScheduleList()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!