Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2016-12-19 10:58:09 +0800
Commit
685fbcc76a6b714baa688832c2d398502b028afe
2 parents
7750c8b5
065e1222
Merge branch 'hotfix/student-school' into 'master'
学生认证学校筛选规则 See merge request
!47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/register.page.js
public/js/activity/register.page.js
View file @
685fbcc
...
...
@@ -210,7 +210,7 @@ Filter.prototype = {
return
data
;
}
return
data
.
filter
(
function
(
item
)
{
regex
=
new
RegExp
(
'^'
+
key
,
'i'
);
regex
=
new
RegExp
(
key
,
'i'
);
return
regex
.
test
(
item
[
that
.
__feild__
]);
});
},
...
...
Please
register
or
login
to post a comment