Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_admin
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
636d78e7
authored
2023-10-09 11:56:41 +0800
by
华明祺
1
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
a00c6bf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
pages/index/register.vue
pages/index/register.vue
View file @
636d78e
...
...
@@ -63,7 +63,8 @@
<
script
setup
>
import
{
ref
ref
,
onMounted
}
from
'vue'
import
{
getCodeImg
,
...
...
@@ -72,7 +73,7 @@ import {
}
from
'@/common/login.js'
const
agree
=
ref
(
false
)
const
codeUrl
=
ref
(
null
)
const
registerForm
=
ref
({
telNo
:
null
,
password
:
null
,
...
...
@@ -85,6 +86,10 @@ const countDown = ref({
start
:
false
,
second
:
60
})
onMounted
(()
=>
{
getCode
()
})
function
changeAgree
(
item
)
{
item
=
!
item
...
...
杨炀
@yangyang
mentioned in commit
8e4243b3
2023-10-09 05:08:39 UTC
mentioned in commit
8e4243b3
Toggle commit list
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