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
5826b4a5
Commit
5826b4a5
authored
Jan 14, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
238318d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
vote.html
html/annualMeeting/vote.html
+8
-1
No files found.
html/annualMeeting/vote.html
View file @
5826b4a5
...
...
@@ -109,9 +109,13 @@
function
vote
(
type
)
{
if
(
type
==
1
){
// 1位放弃投票 2 为确定投票
giveUp
=
true
;
$
(
'.vote_s'
).
css
(
'display'
,
'none'
)
$
(
'.popup'
).
css
(
'display'
,
'block'
)
$
(
'.popup_bg img'
).
attr
(
'src'
,
'../../images/aM/fangqi.png'
)
$
(
'.popup_bg span'
).
html
(
'放弃投票成功'
)
setTimeout
(
function
()
{
$
(
'.popup'
).
css
(
'display'
,
'none'
)
},
5000
)
}
else
{
proxy
.
invoke
(
"UserVoteProgarm"
,
activity
.
EmployeeId
).
done
(
data
=>
{
...
...
@@ -121,9 +125,13 @@
$
(
'.vote_s'
).
css
(
'display'
,
'none'
)
}
else
{
$
(
'.vote_s'
).
css
(
'display'
,
'none'
)
$
(
'.popup'
).
css
(
'display'
,
'block'
)
$
(
'.popup_bg img'
).
attr
(
'src'
,
'../../images/aM/toupiao.png'
)
$
(
'.popup_bg span'
).
html
(
'恭喜你!投票成功'
)
setTimeout
(
function
()
{
$
(
'.popup'
).
css
(
'display'
,
'none'
)
},
5000
)
}
})
...
...
@@ -137,7 +145,6 @@
$
(
'.close'
).
click
(
function
()
{
$
(
'.popup'
).
css
(
'display'
,
'none'
)
$
(
'.vote_s'
).
css
(
'display'
,
'none'
)
})
$
(
'.return'
).
click
(
function
()
{
//返回首页
...
...
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