Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
王水玲
9 years ago
Commit
6ae425aa5b7650da4d0feeca1fbd942f2e108ae6
1 parent
5b44b4c8
星潮教室
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
static/js/guang/star-classroom.js
static/js/guang/star-classroom.js
View file @
6ae425a
...
...
@@ -31,11 +31,11 @@ function intimacyData(data) {
if
(
signDay
.
length
>
0
)
{
for
(
i
=
0
;
i
<
nowDaysNub
;
i
++
)
{
for
(
j
=
0
;
j
<
signDay
.
length
;
j
++
)
{
if
(
i
===
parseInt
(
signDay
[
j
]))
{
for
(
j
=
0
;
j
<
signDay
.
length
;
j
++
)
{
if
(
i
===
parseInt
(
signDay
[
j
]))
{
$
(
'.now-days'
).
eq
(
i
-
1
).
addClass
(
'signItem'
);
}
}
}
}
}
}
...
...
Please
register
or
login
to post a comment