Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-activity
·
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
ping
2016-08-31 19:07:30 +0800
Commit
7fc83c0fa3574f0a10e35615bd528ae34af4c0cc
1 parent
6d430499
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
pom.xml
web/src/main/webapp/brandVote/YOHOPE/index.html
pom.xml
View file @
7fc83c0
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.yoho
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.1.
4
-SNAPSHOT
</version>
<version>
1.1.
5
-SNAPSHOT
</version>
</parent>
<groupId>
com.yoho.dsf
</groupId>
...
...
web/src/main/webapp/brandVote/YOHOPE/index.html
View file @
7fc83c0
...
...
@@ -477,6 +477,9 @@
return
;
}
votedNum
=
data
.
data
?
data
.
data
.
length
:
0
;
if
(
votedNum
>
0
)
{
$
(
"#float_bottom"
).
hide
();
}
$
(
data
.
data
).
each
(
function
(
index
,
item
)
{
$
(
"div[id='"
+
item
.
voteItemId
+
"']"
).
addClass
(
"vote_click"
);
});
...
...
Please
register
or
login
to post a comment