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
7300500e
authored
2023-10-08 14:14:20 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
1bc41c24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
pages/index/login.vue
pages/index/login.vue
View file @
7300500
...
...
@@ -56,7 +56,7 @@
<view
class=
"text-red"
>
忘记密码
</view>
</view>
<view
class=
"center-item"
>
<button
class=
"btn-red"
>
登录
</button>
<button
@
click=
"login"
class=
"btn-red"
>
登录
</button>
</view>
<view
class=
"center-item"
>
<text
class=
"text-red"
>
没有账号,去注册
</text>
...
...
@@ -89,6 +89,12 @@
function
changeAgree
(
item
){
item
=
!
item
}
function
login
(){
let
path
=
'/pages/index/index'
;
uni
.
navigateTo
({
url
:
path
});
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
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