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
67a742a3
authored
2025-06-04 16:42:51 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登录注册
1 parent
8554c0db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
src/viewsPc/login.vue
src/viewsPc/login.vue
View file @
67a742a
...
...
@@ -280,7 +280,11 @@ const open = (params, type) => {
sliderText
.
value
=
'Drag the slider to complete the puzzle'
title
.
value
=
'LOGIN'
}
if
(
type
)
typeStr
.
value
=
type
if
(
type
)
{
typeStr
.
value
=
type
}
else
{
typeStr
.
value
=
null
}
getCode
()
getCookie
()
}
...
...
@@ -337,6 +341,7 @@ function showRegister() {
// }
if
(
typeStr
.
value
)
{
if
(
typeStr
.
value
&&
typeStr
.
value
==
2
)
{
if
(
language
.
value
==
0
)
{
title
.
value
=
'账号注册'
...
...
@@ -346,6 +351,13 @@ function showRegister() {
}
else
{
goRegister
(
typeStr
.
value
)
}
}
else
{
if
(
language
.
value
==
0
)
{
title
.
value
=
'账号注册'
}
else
{
title
.
value
=
'REGISTER'
}
}
}
function
goRegister
(
n
)
{
...
...
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