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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2016-12-19 10:53:09 +0800
Commit
065e12220d2b0cc1bffa4b8a660f31c6a5f9a760
1 parent
7750c8b5
学生认证学校筛选规则
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 @
065e122
...
...
@@ -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