Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
1f8da73a
Commit
1f8da73a
authored
Mar 16, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
a8329433
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
login.vue
src/pages/login/login.vue
+5
-3
No files found.
src/pages/login/login.vue
View file @
1f8da73a
...
...
@@ -21,7 +21,7 @@
<view
class=
"btnBox"
@
click=
"login"
>
账号登录
</view>
<view
class=
"flex_center_center"
>
<view
class=
"flex_center_center"
v-if=
"showVisitor"
>
<indexassembly
width=
"440rpx"
height=
"90rpx"
@
success=
'againdata'
>
<view
class=
"btnBox authBtn"
>
授权登录
...
...
@@ -71,6 +71,8 @@
let
msg
=
reactive
({
Account
:
""
,
Password
:
""
,
// openId:"",
// uniunId:"",
});
let
data
=
reactive
({
phoneNum
:
""
,
...
...
@@ -228,7 +230,7 @@
},
onLoad
()
{
//审核用
this
.
showVisitor
=
new
Date
().
getTime
()
>
new
Date
(
'2022-0
1-21
'
).
getTime
()
this
.
showVisitor
=
new
Date
().
getTime
()
>
new
Date
(
'2022-0
3-16
'
).
getTime
()
}
};
</
script
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment