Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
22f8642d
authored
2024-04-17 18:18:02 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
0f58d342
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
12 deletions
src/viewsPc/about/wudao.vue
src/viewsPc/components/homeCalendar.vue
src/viewsPc/match/components/substation-list.vue
src/viewsPc/match/detail_en.vue
src/viewsPc/match/index.vue
src/viewsPc/saiC/index.vue
src/viewsPc/about/wudao.vue
View file @
22f8642
...
...
@@ -16,18 +16,28 @@
<el-col
:lg=
"19"
>
<div
class=
"infoPart pd20"
v-if=
"activeIndex==0"
>
<h3
class=
"leftboderTT"
>
{{
language
==
0
?
'组织机构'
:
'Organizer'
}}
</h3>
<div
class=
"content"
>
<h4
v-if=
"language==0"
>
(一) 主办单位
</h4>
<div
class=
"content"
v-if=
"language==0"
>
<h4>
(一) 主办单位
</h4>
<p>
世界体育舞蹈联合会(WDSF)
</p>
<h4
v-if=
"language==0"
>
(二) 承办单位
</h4>
<h4>
(二) 承办单位
</h4>
<p>
亚洲体育舞蹈联合会(DSA)
</p>
<p>
中国体育舞蹈联合会(WDSF)
</p>
<p>
江苏省体育局
</p>
<p>
无锡市人民政府
</p>
</div>
<div
class=
"content"
v-else
>
<h4
class=
"uppercase"
>
1. Hosts
</h4>
<p>
World DanceSport Federation (WDSF)
</p>
<h4
class=
"uppercase"
>
2. Organizers
</h4>
<p>
DanceSport Asia (DSA)
</p>
<p>
Chinese DanceSport Federation
</p>
<p>
Jiangsu Provincial Sports Federation
</p>
<p>
Wuxi Municipal People's Government
</p>
</div>
<div
class=
"content"
hidden
>
<p>
现场,由世界体育舞蹈联合设立的,集世界、洲际、中国三位一体的联合总部基地——世界体育舞蹈(无锡)中心正式揭牌。未来,无锡将以总部基地落户为契机,启动培育自主品牌赛事中国无锡体育舞蹈节,持续拓展交流合作、赛事研发、教育培训等领域,致力打造全球体育舞蹈地标城市和独具魅力的国际赛事名城。
</p>
...
...
src/viewsPc/components/homeCalendar.vue
View file @
22f8642
...
...
@@ -29,11 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common";
import
{
useRouter
}
from
"vue-router"
;
const
router
=
useRouter
()
const
currentDate
=
ref
(
new
Date
())
const
calendarRange
=
ref
([
dayjs
(
).
toDate
(),
dayjs
(
).
toDate
()])
const
calendarRange
=
ref
([
dayjs
(
'2023-07-17'
).
toDate
(),
dayjs
(
'2023-07-17'
).
toDate
()])
const
schList
=
ref
([])
const
loading
=
ref
(
false
)
const
query
=
ref
({
currentDate
:
dayjs
().
format
(
'YYYY-MM-DD'
)
// currentDate:dayjs().format('YYYY-MM-DD')
currentDate
:
'2023-07-17'
})
getScheduleList
()
function
getScheduleList
()
{
...
...
src/viewsPc/match/components/substation-list.vue
View file @
22f8642
...
...
@@ -50,7 +50,7 @@
<div
v-else
style=
"opacity: 0.5;"
class=
"btn-lineG mb20 mauto text-center"
>
{{ language == 0 ? '报名已结束' : 'Registration has ended' }}
</div>
<p
class=
"text-gray"
>
{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}
</p>
<p
class=
"text-gray
uppercase
"
>
{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}
</p>
</div>
</el-col>
</el-row>
...
...
src/viewsPc/match/detail_en.vue
View file @
22f8642
...
...
@@ -164,7 +164,7 @@
{{ language == 0 ? '报名未开始' : 'Not started yet' }}
</div>
</div>
<p
class=
"text-gray text-center"
>
{{ language==0?'报名截止':'Registration Deadline' }}:{{ matchData.signEndTime?.slice(0,10) }}
</p>
<p
class=
"text-gray text-center
uppercase
"
>
{{ language==0?'报名截止':'Registration Deadline' }}:{{ matchData.signEndTime?.slice(0,10) }}
</p>
</el-col>
</el-row>
...
...
@@ -374,8 +374,8 @@ function getMatch(id) {
isNational
.
value
=
true
}
}).
catch
(
res
=>
{
// router.push({path: '/match/list/0
'})
//
loading.value = false
router
.
push
({
path
:
'/match/list
'
})
loading
.
value
=
false
// setTimeout("window.location.reload()", 1000)
})
}
...
...
src/viewsPc/match/index.vue
View file @
22f8642
...
...
@@ -104,7 +104,7 @@
<a
class=
"btn-lineG mb20 mauto"
v-if=
"n.time>0"
style=
"display: block;"
>
{{ language==0?'我要报名':'REGISTER' }}
</a>
<div
v-else
style=
"opacity: 0.5;"
class=
"btn-lineG mb20 mauto"
>
{{ language==0?'报名已结束':'Registration has ended' }}
</div>
<p
class=
"text-gray"
>
{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}
</p>
<p
class=
"text-gray
uppercase
"
>
{{ language==0?'报名截止':'Registration Deadline' }}:{{ n.signEndTime?.slice(0,10) }}
</p>
</div>
</el-col>
</el-row>
...
...
src/viewsPc/saiC/index.vue
View file @
22f8642
...
...
@@ -87,9 +87,10 @@ const ztxPlanList = ref([])
const
planList
=
ref
([])
const
schList
=
ref
([])
const
loading
=
ref
(
false
)
const
currentDate
=
ref
(
new
Date
())
const
currentDate
=
ref
(
dayjs
(
'2023-07-17'
).
to
Date
())
const
query
=
ref
({
currentDate
:
dayjs
().
format
(
'YYYY-MM-DD'
)
// currentDate:dayjs().format('YYYY-MM-DD')
currentDate
:
'2023-07-17'
})
getScheduleList
()
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment