Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
12a5d160
authored
2024-03-08 12:57:08 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
360b799a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
5 deletions
src/viewsPc/match/components/matchNews.vue
src/viewsPc/match/detail_en.vue
src/viewsPc/register/team/step1.vue
src/viewsPc/register/team/step2.vue
src/viewsPc/match/components/matchNews.vue
View file @
12a5d16
...
...
@@ -12,7 +12,7 @@
<!--
<a
class=
"more"
@
click=
"goList(query2.sortId,'专题报道')"
>
MORE
</a>
-->
</div>
<div>
<div
class=
"item"
v-for=
"n in newsList"
:key=
"n.id"
@
click=
"goDetail(n)"
>
<div
class=
"item"
v-for=
"n in newsList
2
"
:key=
"n.id"
@
click=
"goDetail(n)"
>
<p
class=
"esp"
>
{{
n
.
name
}}
</p>
</div>
</div>
...
...
@@ -20,7 +20,7 @@
<div
class=
"indexTitle"
><h3
class=
"leftboderTT"
>
{{
language
==
0
?
'赛事视频'
:
'Event Videos'
}}
</h3>
<!--
<a
class=
"more"
@
click=
"goList(10000006,'赛事视频')"
>
MORE
</a>
-->
</div>
<div
class=
"item"
v-for=
"n in newsList
2
"
:key=
"n.id"
@
click=
"goDetail(n)"
>
<div
class=
"item"
v-for=
"n in newsList"
:key=
"n.id"
@
click=
"goDetail(n)"
>
<div
class=
"videoImgbox"
@
click=
"goDetail(n)"
>
<img
:src=
"fillImgUrl(n.picUrl)"
>
</div>
...
...
src/viewsPc/match/detail_en.vue
View file @
12a5d16
...
...
@@ -235,7 +235,7 @@ const {
signDoneGroupList
,
time
}
=
toRefs
(
data
)
const
signTypePop
=
false
const
signTypePop
=
ref
(
false
)
onMounted
(()
=>
{
if
(
group
)
{
groupId
.
value
=
group
.
id
...
...
@@ -400,6 +400,16 @@ function checkIsSign() {
</
script
>
<
style
scoped
lang=
"scss"
>
.rItem
{
height
:
130px
;
cursor
:
pointer
;
width
:
350px
;
padding
:
1px
;
margin
:
20px
auto
;
h3{
font-size
:
30px
;
margin
:
50px
;}
&
.r1
{
background
:
url("@/assets/dance/r1b.png")
no-repeat
left
;
&:hover{
background
:
url("@/assets/dance/r1.png")
no-repeat
left
;}
}
&
.r2
{
background
:
url("@/assets/dance/r2b.png")
no-repeat
left
;
&:hover{
background
:
url("@/assets/dance/r2.png")
no-repeat
left
;}
}
&
:hover
{
color
:
#fff
;}
}
.app-container
{
min-height
:
80vh
;
}
...
...
src/viewsPc/register/team/step1.vue
View file @
12a5d16
...
...
@@ -5,10 +5,15 @@
<el-form-item
:label=
"language==0?'邮箱':'E-mail'"
required
>
<el-input
type=
"text"
v-model=
"form.account"
@
change=
"resetCode"
@
blur=
"verifyCode"
/>
<div
class=
"tip"
>
<div
class=
"tip"
v-if=
"language==0"
>
(请填写正确的邮箱信息,邮箱信息在注册完成后无法修改。
该邮箱后续会会作为您登录的账户,并接收您报名审核、支付账单、比赛邀请函等。)
</div>
<div
v-else
class=
"tip"
>
Please fill in a correct mailbox information, which cannot be modified after registration.
The mailbox will receive your registration review, payment of bills, competition invitation and so
on.
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'验证码':'Code'"
required
>
<el-input
v-model=
"form.code"
>
...
...
@@ -143,4 +148,5 @@ const next = () => {
.vcodeBox
{
position
:
relative
;
margin
:
20px
0
0
;
width
:
320px
;
overflow
:
hidden
;
height
:
auto
;}
.tip
{
line-height
:
1.6
;
margin-top
:
10px
;}
</
style
>
...
...
src/viewsPc/register/team/step2.vue
View file @
12a5d16
...
...
@@ -16,7 +16,7 @@
</el-form-item>
<el-form-item
:label=
"language==0?'确认密码':'Confirm Password'"
required
>
<el-input
type=
"password"
show-password
v-model=
"form.confirmPassword"
@
blur=
"vconfirmPassword"
placeholder=
"再次输入密码
"
/>
:placeholder=
"language==0?'再次输入密码':''
"
/>
</el-form-item>
</el-form>
</div>
...
...
@@ -179,7 +179,10 @@ const goStep3 = () => {
form
.
value
.
username
=
props
.
accont
match
.
pcRegisterTeam
(
form
.
value
).
then
(
res
=>
{
setToken
(
res
.
data
.
token
)
loading
.
value
=
false
emit
(
'submit'
)
}).
catch
(()
=>
{
loading
.
value
=
false
})
}
})
...
...
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