Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
SURPRISED
Commits
5cdc0c1e
Commit
5cdc0c1e
authored
Jan 09, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投过票的处理
parent
8f5821e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
vote.css
html/annualMeeting/css/vote.css
+1
-1
vote.html
html/annualMeeting/vote.html
+10
-3
No files found.
html/annualMeeting/css/vote.css
View file @
5cdc0c1e
...
...
@@ -22,7 +22,7 @@ p{
.content
{
width
:
90%
;
height
:
50%
;
margin-top
:
1.8
rem
;
margin-top
:
2
rem
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
...
...
html/annualMeeting/vote.html
View file @
5cdc0c1e
...
...
@@ -116,9 +116,16 @@
}
else
{
proxy
.
invoke
(
"UserVoteProgarm"
,
activity
.
EmployeeId
).
done
(
data
=>
{
console
.
log
(
data
)
$
(
'.popup'
).
css
(
'display'
,
'block'
)
$
(
'.popup_bg img'
).
attr
(
'src'
,
'../../images/aM/toupiao.png'
)
$
(
'.popup_bg span'
).
html
(
'恭喜你!投票成功'
)
if
(
data
==
2
){
layer
.
msg
(
'您已对本节目投过票了'
);
$
(
'.vote_s'
).
css
(
'display'
,
'none'
)
}
else
{
$
(
'.popup'
).
css
(
'display'
,
'block'
)
$
(
'.popup_bg img'
).
attr
(
'src'
,
'../../images/aM/toupiao.png'
)
$
(
'.popup_bg span'
).
html
(
'恭喜你!投票成功'
)
}
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment