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
wenjiekong
2016-08-12 10:44:32 +0800
Commit
b6679c0c8f686b2a37e2f8afafe3b86fbbb42f98
1 parent
6773fc31
修改js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/product/students.page.js
public/js/product/students.page.js
View file @
b6679c0
...
...
@@ -355,6 +355,7 @@ $agreenShow.on('click', function() {
$
(
'#stu-province-ul'
).
delegate
(
'li > a'
,
'click'
,
function
()
{
var
$a
=
$
(
this
);
if
(
$a
.
html
()
!==
$stuProv
.
html
())
{
$stuSchool
.
html
(
'请选择学校名称'
);
$
(
'#stu-school'
).
val
(
''
);
...
...
Please
register
or
login
to post a comment