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
f60aa8bf
authored
2025-06-26 11:04:01 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'devmatch' into dev
2 parents
8e702a37
addcdebb
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
91 additions
and
20 deletions
public/img/111.jpg
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/components/insuranceView.vue
public/img/111.jpg
0 → 100644
View file @
f60aa8b
1.11 MB
src/viewsPc/index.vue
View file @
f60aa8b
...
...
@@ -304,11 +304,11 @@
<i
v-else-if=
"etime>0&&time<=0"
class=
"ii"
>
直播中
</i>
<!-- <i class="livetimecount" v-if="etime<=0">直播已结束</i>-->
<div
class=
"imgBox"
>
<img
v-if=
"time>0"
src=
"/img/111.jp
e
g"
>
<img
v-if=
"time>0"
src=
"/img/111.jpg"
>
<img
v-else
:src=
"fillImgUrl_webSite(livelist[0]?.picUrl)"
>
</div>
<h3
v-if=
"time>0"
class=
"esp"
>
202
4
WDSF亚洲体育舞蹈节
202
5
WDSF亚洲体育舞蹈节
</h3>
<h3
v-else
class=
"esp"
>
{{ livelist[0]?.name }}
...
...
src/viewsPc/index_en.vue
View file @
f60aa8b
...
...
@@ -291,9 +291,9 @@
</div>
<!-- <i class="ii" v-else-if="etime>0&&time<=0">Living</i>-->
<!-- <i class="livetimecount" v-if="etime<=0">End</i>-->
<div
class=
"imgBox"
><img
src=
"/img/111.jp
e
g"
></div>
<div
class=
"imgBox"
><img
src=
"/img/111.jpg"
></div>
<h3
class=
"esp"
>
W
UXI 2025 WDSF ASIAN DANCESPORT FESTIVAL
W
DSF ASIAN DANCESPORT FESTIVAL 2025.WUXI
</h3>
</a>
</el-col>
...
...
src/viewsPc/match/chooseProject.vue
View file @
f60aa8b
...
...
@@ -167,7 +167,10 @@
<
/div
>
<
div
class
=
"text-center mt20 father"
>
<
el
-
button
class
=
"btn-lineG w200px"
round
type
=
"primary"
@
click
=
"submitForm()"
>
<
el
-
button
class
=
"btn-lineG w200px"
round
style
=
"position: relative ; z-index: 99;"
type
=
"primary"
@
click
=
"submitForm"
>
{{
language
==
0
?
'预览报名信息'
:
'Preview Registration Information'
}}
<
/el-button
>
...
...
@@ -181,6 +184,7 @@
size
=
"large"
true
-
value
=
"1"
/>
<
br
v
-
if
=
"language == 1"
>
<
span
@
click
=
"handelInsurance"
>
《
{{
language
==
0
?
'赛事购买协议'
:
'Event Insurance Procurement Agreement'
}}
》
<
/span
>
...
...
@@ -415,7 +419,7 @@ function getSignInfoList() {
}
function
submitForm
(
n
)
{
function
submitForm
()
{
if
(
signInfoList
.
value
.
length
==
0
)
{
if
(
language
.
value
==
0
)
{
ElMessage
.
warning
(
'请至少选择一个项目'
)
...
...
@@ -916,21 +920,51 @@ function checkedChange(v) {
}
}
.
father
{
@
media
(
max
-
width
:
767
px
)
{
.
father
{
position
:
relative
;
height
:
85
px
;
height
:
110
px
;
padding
-
top
:
45
px
;
line
-
height
:
40
px
;
}
.
checkbox
{
position
:
absolute
;
right
:
0
%
;
top
:
0
;
text
-
align
:
left
;
font
-
size
:
14
px
;
span
{
color
:
#
453
DEA
;
position
:
relative
;
top
:
-
4
px
;
cursor
:
pointer
}
}
}
.
checkbox
{
/* 桌面(≥1024px) */
@
media
(
min
-
width
:
1024
px
)
{
.
father
{
position
:
relative
;
height
:
85
px
;
line
-
height
:
85
px
;
}
.
checkbox
{
position
:
absolute
;
right
:
5
%
;
right
:
0
%
;
text
-
align
:
left
;
font
-
size
:
12
px
;
span
{
color
:
#
453
DEA
;
position
:
relative
;
top
:
-
1
px
;
top
:
-
4
px
;
cursor
:
pointer
}
}
}
<
/style
>
...
...
src/viewsPc/match/chooseSportsman.vue
View file @
f60aa8b
...
...
@@ -182,10 +182,16 @@
/>
<zu-table
v-else
:list=
"zuTableList"
@
delete=
"removeThis"
/>
<div
class=
"text-center mt20 father"
>
<el-button
class=
"w200px"
plain
round
type=
"primary"
@
click=
"goPrev()"
>
<el-button
class=
"w200px"
plain
round
style=
"position: relative ;z-index: 99"
type=
"primary"
@
click=
"goPrev()"
>
{{ language == 0 ? "上一步" : 'Go back' }}
</el-button>
<el-button
class=
"btn-lineG w200px"
round
type=
"primary"
@
click=
"submitForm()"
>
<el-button
class=
"btn-lineG w200px"
round
style=
"position: relative ;z-index: 99"
type=
"primary"
@
click=
"submitForm()"
>
{{ language == 0 ? '预览报名信息' : 'Preview registration information' }}
</el-button>
...
...
@@ -1120,21 +1126,52 @@ function checkedChange(v) {
}
}
.father
{
@media
(
max-width
:
767px
)
{
.father
{
position
:
relative
;
height
:
85px
;
height
:
110px
;
padding-top
:
45px
;
line-height
:
40px
;
}
.checkbox
{
position
:
absolute
;
right
:
0%
;
top
:
0
;
text-align
:
left
;
font-size
:
14px
;
span
{
color
:
#453DEA
;
position
:
relative
;
top
:
-4px
;
cursor
:
pointer
}
}
}
.checkbox
{
/* 桌面(≥1024px) */
@media
(
min-width
:
1024px
)
{
.father
{
position
:
relative
;
height
:
85px
;
line-height
:
85px
;
}
.checkbox
{
position
:
absolute
;
right
:
5
%
;
right
:
0
%
;
text-align
:
left
;
font-size
:
12px
;
span
{
color
:
#453DEA
;
position
:
relative
;
top
:
-1
px
;
top
:
-4
px
;
cursor
:
pointer
}
}
}
</
style
>
...
...
src/viewsPc/match/components/insuranceView.vue
View file @
f60aa8b
<
template
>
<el-dialog
v-model=
"show"
:close-on-click-modal=
"false"
v-model=
"show"
:title=
"language==0?'赛事购买协议':'Event Insurance Procurement Agreement'"
append-to-body
center
class=
"pcloginpop"
close-icon=
"CircleClose"
destroy-on-close
width=
"
1100px
"
width=
"
80%
"
>
<div
v-html=
"data"
/>
<div
class=
"checkbox"
>
...
...
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