Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-08-12 18:12:54 +0800
Commit
7ecd1579465bf7d95d79084a2e8b869bdf32294c
1 parent
0d4f2996
require common
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/product/students.page.js
public/js/product/students.page.js
View file @
7ecd157
...
...
@@ -52,6 +52,8 @@ var redirect = {
}
};
require
(
'../common'
);
// handlebars模板
provFn
=
handlebars
.
compile
(
$
(
'#stu-select'
).
html
()
||
''
);
identityFn
=
handlebars
.
compile
(
$
(
'#identity-back'
).
html
()
||
''
);
...
...
Please
register
or
login
to post a comment