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
lijing
2016-08-31 10:19:43 +0800
Commit
8e8b8d9c757ae41aec5cd095c68144994903845a
1 parent
574731d6
提示框
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
web/src/main/webapp/brandVote/YOHOPEPC/index.html
web/src/main/webapp/brandVote/YOHOPEPC/index.html
View file @
8e8b8d9
...
...
@@ -324,10 +324,7 @@ img{
nums
++
;
}
var
voted
=
$
(
".vote_click"
);
if
(
!
voted
||
voted
.
length
==
0
)
{
diaCover
(
"您还没有投票"
);
return
;
}
if
(
voted
.
length
>
3
)
{
diaCover
(
"每人最多投三张票"
);
$
(
this
).
removeClass
(
"vote_click"
);
...
...
Please
register
or
login
to post a comment