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
fdbbd215
Commit
fdbbd215
authored
Jan 08, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
660809e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
HitMouse.html
html/annualMeeting/HitMouse.html
+6
-7
No files found.
html/annualMeeting/HitMouse.html
View file @
fdbbd215
...
@@ -164,10 +164,10 @@
...
@@ -164,10 +164,10 @@
});
});
var
proxy
=
conn
.
createHubProxy
(
"annualLeaveHub"
);
var
proxy
=
conn
.
createHubProxy
(
"annualLeaveHub"
);
conn
.
start
().
done
(
data
=>
{
conn
.
start
().
done
(
data
=>
{
// ownranking();//自己排名
sendMsg
();
sendMsg
();
sendScore
();
sendScore
();
joinGeme
()
//参加活动
joinGeme
()
//参加活动
ownranking
();
//自己排名
}).
fail
(
data
=>
{});
}).
fail
(
data
=>
{});
getMsg
()
getMsg
()
...
@@ -199,7 +199,7 @@
...
@@ -199,7 +199,7 @@
$
(
'.status3'
).
css
({
'display'
:
'none'
});
$
(
'.status3'
).
css
({
'display'
:
'none'
});
}
}
if
(
data
.
status
==-
1
){
if
(
data
.
status
==-
1
){
ownranking
()
$
(
'.status'
).
css
({
'display'
:
'none'
});
$
(
'.status'
).
css
({
'display'
:
'none'
});
$
(
'.status1'
).
css
({
'display'
:
'none'
});
$
(
'.status1'
).
css
({
'display'
:
'none'
});
$
(
'.status2'
).
css
({
'display'
:
'none'
});
$
(
'.status2'
).
css
({
'display'
:
'none'
});
...
@@ -226,11 +226,11 @@
...
@@ -226,11 +226,11 @@
$
(
'.o_ranking'
).
html
(
'第'
+
data
.
r
+
'名'
)
$
(
'.o_ranking'
).
html
(
'第'
+
data
.
r
+
'名'
)
}
else
{
}
else
{
$
(
'.o_ranking'
).
html
(
'未上榜'
)
$
(
'.o_ranking'
).
html
(
'未上榜'
)
}
}
//显示统计窗口
});
});
}
}
function
getMsg
()
{
function
getMsg
()
{
...
@@ -279,7 +279,6 @@
...
@@ -279,7 +279,6 @@
})
})
}
}
$
(
'.bbb'
).
click
(
function
()
{
$
(
'.bbb'
).
click
(
function
()
{
StartGame
()
StartGame
()
...
@@ -412,7 +411,7 @@
...
@@ -412,7 +411,7 @@
window
.
clearInterval
(
clock
);
window
.
clearInterval
(
clock
);
window
.
clearInterval
(
timer1
);
//清除老鼠
window
.
clearInterval
(
timer1
);
//清除老鼠
sendScore
(
score
)
sendScore
(
score
)
ownranking
()
//获取自己排名
//
ownranking() //获取自己排名
$
(
'#rank_mask'
).
css
(
'display'
,
'block'
);
$
(
'#rank_mask'
).
css
(
'display'
,
'block'
);
}
}
},
1000
)
},
1000
)
...
...
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