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
211ac0ff
Commit
211ac0ff
authored
Dec 30, 2019
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
189285fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HitMouse.html
html/annualMeeting/HitMouse.html
+2
-2
No files found.
html/annualMeeting/HitMouse.html
View file @
211ac0ff
...
...
@@ -301,7 +301,7 @@
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse'
).
append
(
'<img src="../../images/aM/mouse.png" alt="" class="zoon">'
);
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse img'
).
animate
({
top
:
"0.02rem"
},
600
);
//为老鼠的时候加100分
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse .zoon'
).
click
(
function
()
{
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse .zoon'
).
on
(
'touchstart'
,
function
()
{
if
(
laoshudata
[
key
].
noclick
==
0
)
{
score
=
score
+
500
;
$
(
'.score'
).
html
(
score
+
'分'
)
...
...
@@ -330,7 +330,7 @@
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse'
).
append
(
'<img src="../../images/aM/pig.png" alt="" class="zoon">'
);
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse img'
).
animate
({
top
:
"0.02rem"
},
600
);
//为老鼠的时候加100分
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse .zoon'
).
click
(
function
()
{
$
(
'.hole-container .hole:eq('
+
wz
+
') .mouse .zoon'
).
on
(
'touchstart'
,
function
()
{
if
(
laoshudata
[
key
].
noclick
==
0
)
{
score
=
score
-
100
;
$
(
'.score'
).
html
(
score
+
'分'
)
...
...
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