Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
Overview
Details
Activity
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
姜雷
wx-school-app
Commits
258c8a14
Commit
258c8a14
authored
Mar 13, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改密码输入提示语
parent
251e7966
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Register.tsx
src/pages/Register/Register.tsx
+1
-1
ResetPwd.tsx
src/pages/ResetPwd/ResetPwd.tsx
+1
-1
No files found.
src/pages/Register/Register.tsx
View file @
258c8a14
...
...
@@ -121,7 +121,7 @@ class Register extends Component {
}
if
(
!
pwd
||
pwd
.
length
<
6
)
{
Taro
.
showToast
({
title
:
'请输入密码'
,
title
:
'请输入
大于6位
密码'
,
icon
:
'none'
,
});
return
false
;
...
...
src/pages/ResetPwd/ResetPwd.tsx
View file @
258c8a14
...
...
@@ -85,7 +85,7 @@ class ResetPwd extends Component {
}
if
(
!
checkPwd
||
checkPwd
.
length
<
6
)
{
Taro
.
showToast
({
title
:
'请输入
大于6位
密码'
,
title
:
'请输入
确认
密码'
,
icon
:
'none'
,
});
return
false
;
...
...
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