Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
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
esf
fenzhan_zsb
Commits
f2c5c2dd
Commit
f2c5c2dd
authored
Apr 08, 2021
by
liuqiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-lq-04' into release_preview
parents
8ad16a5e
3a9f2000
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
js2.js
new_admincp/source/zsb/js/v1.0/js2.js
+1
-1
No files found.
new_admincp/source/zsb/js/v1.0/js2.js
View file @
f2c5c2dd
...
...
@@ -439,7 +439,7 @@ $("#jsAlterTel").bind("click",function(){
$
(
"#newpassworderr"
).
text
(
"新密码需8位以上数字+英文,请重新设置"
);
$
(
"#newpassworderr"
).
show
();
return
false
;
}
else
if
(
/
^
\d
+$
/
.
test
(
newpassword
))
{
}
else
if
(
/
d+
[
a-zA-Z
]
+
/
.
test
(
newpassword
))
{
console
.
log
(
1
);
$
(
"#newpassworderr"
).
text
(
"新密码需8位以上数字+英文,请重新设置"
);
$
(
"#newpassworderr"
).
show
();
...
...
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