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
d4f3bf76
authored
2024-04-19 10:13:32 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
0317fab9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
9 deletions
src/viewsPc/login.vue
src/viewsPc/match/components/wdsfForm.vue
src/viewsPc/match/import.html
src/viewsPc/register/team/step2.vue
src/viewsPc/login.vue
View file @
d4f3bf7
...
...
@@ -346,9 +346,9 @@ function sendsmsMsg() {
// 忘记密码发信息
if
(
!
changePasswordForm
.
value
.
username
)
{
if
(
language
.
value
==
0
)
{
ElMessage
.
warning
(
'请填写
手机/
邮箱'
)
ElMessage
.
warning
(
'请填写邮箱'
)
}
else
{
ElMessage
.
warning
(
'Please fill in your
phone/e
mail address'
)
ElMessage
.
warning
(
'Please fill in your
E
mail address'
)
}
return
}
...
...
src/viewsPc/match/components/wdsfForm.vue
View file @
d4f3bf7
...
...
@@ -7,7 +7,7 @@
<el-form-item
required
:label=
"item.realName"
v-for=
"item in list"
>
<div
v-show=
"item.checked==2"
>
{{
item
.
wdsfMin
}}
</div>
<el-input
:disabled=
"item.checked==1"
type=
"number"
v-show=
"item.checked!=2"
v-model=
"item.wdsfMin"
:placeholder=
"language==0?'绑定WDSF会员号':'Bind WDSF
Number
'"
v-model=
"item.wdsfMin"
:placeholder=
"language==0?'绑定WDSF会员号':'Bind WDSF
MIN
'"
>
<template
#
append
>
<view
@
click=
"checkCode(item)"
class=
"checkbb"
>
...
...
src/viewsPc/match/import.html
View file @
d4f3bf7
...
...
@@ -59,7 +59,7 @@
<div
class=
"item"
><label>
Event Name
</label>
{{ matchInfo.name }}
</div>
</div>
<div>
<div
class=
"item"
><label>
Event
Type
</label>
{{ matchInfo.level }}
</div>
<div
class=
"item"
><label>
Event
Level
</label>
{{ matchInfo.level }}
</div>
</div>
<div>
<div
class=
"item"
><label>
Event Date
</label>
{{ matchInfo.beginTime?.slice(0, 10) }} ~
...
...
src/viewsPc/register/team/step2.vue
View file @
d4f3bf7
...
...
@@ -99,7 +99,7 @@
I have read and accepted the Registration
<a
class=
"text-primary"
@
click
.
stop=
"showAgreeMent"
>
Agreement
</a>
and
<a
class=
"text-primary"
@
click
.
stop=
"show
AgreeMent
"
>
Personal Information Protection Policy
<a
class=
"text-primary"
@
click
.
stop=
"show
Policy
"
>
Personal Information Protection Policy
</a>
</div>
</div>
...
...
@@ -123,7 +123,8 @@ import * as match from "@/apiPc/match";
import
{
ElMessage
}
from
"element-plus"
;
import
{
setToken
}
from
"@/utils/auth"
;
import
{
useStorage
}
from
"@vueuse/core/index"
;
import
{
useRouter
}
from
"vue-router"
;
const
router
=
useRouter
()
const
{
proxy
}
=
getCurrentInstance
()
const
emit
=
defineEmits
([
'submit'
,
'prev'
])
const
language
=
useStorage
(
'language'
,
0
)
...
...
@@ -222,8 +223,8 @@ const goStep3 = () => {
ElMessage
.
warning
(
language
.
value
==
0
?
'请输入密码'
:
'Please enter password'
)
return
}
if
(
!
form
.
value
.
p
assword
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'请输入密码'
:
'Please enter password'
)
if
(
!
form
.
value
.
confirmP
assword
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'请
再次
输入密码'
:
'Please enter password'
)
return
}
loading
.
value
=
true
...
...
@@ -244,7 +245,16 @@ const goStep3 = () => {
}
const
showAgreeMent
=
()
=>
{
console
.
log
(
'111'
)
const
routeLocation
=
router
.
resolve
({
name
:
'userAgreement'
,
})
window
.
open
(
routeLocation
.
href
,
'_blank'
)
}
const
showPolicy
=
()
=>
{
const
routeLocation
=
router
.
resolve
({
name
:
'policy'
,
})
window
.
open
(
routeLocation
.
href
,
'_blank'
)
}
onMounted
(()
=>
{
console
.
log
(
props
)
...
...
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