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
8877f6cb
Commit
8877f6cb
authored
Jan 08, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a9ca2e18
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
14 deletions
+16
-14
SignIn.css
css/SignIn.css
+5
-4
SignIn.html
html/SignIn/SignIn.html
+2
-2
HitMouse.html
html/annualMeeting/HitMouse.html
+3
-3
Money.html
html/annualMeeting/Money.html
+4
-4
mian.js
js/mian.js
+2
-1
No files found.
css/SignIn.css
View file @
8877f6cb
...
...
@@ -17,7 +17,7 @@
height
:
100%
;
}
.page_right
{
left
:
2
0%
;
left
:
-1
0%
;
}
.page_left
{
padding
:
5%
0
05%
;
...
...
@@ -171,7 +171,8 @@
height
:
484px
;
background
:
url("../images/texiao/red.png")
no-repeat
;
background-size
:
100%
100%
;
position
:
absolute
;
position
:
fixed
;
right
:
13%
;
}
.bigCard
p
{
...
...
@@ -190,8 +191,8 @@
}
#container
>
div
{
height
:
100%
!important
;
padding-top
:
10%
;
transform
:
scale
Y
(
1.4
);
/* padding-top: 10%; */
transform
:
scale
(
0.9
,
1.3
);
}
.bigCard
.bigCard-divBigBsAnm
{
transition
:
all
500s
ease
;
...
...
html/SignIn/SignIn.html
View file @
8877f6cb
...
...
@@ -146,7 +146,7 @@
<div
id=
"container"
></div>
<!-- style="display:none;" -->
<div
class=
"show_info animated"
style=
"display:none;"
>
<div
class=
"bigCard"
style=
"
left: 733.25px;
top: 250px; display: block; opacity: 1; transform: scale(1, 1);"
>
<div
class=
"bigCard"
style=
"top: 250px; display: block; opacity: 1; transform: scale(1, 1);"
>
<div
class=
"bigCardScale"
>
<div
class=
"bigCard-divBigBs bigCard-divBigBsAnm"
id=
"uerImg"
></div>
</div>
...
...
@@ -181,7 +181,7 @@
$
(
"#bg_box"
).
css
(
"top"
,
`
${(
WindowH
-
1020
)
*
0.5
}
px`
)
$
(
"#bg_box"
).
css
(
"transform"
,
`scale(
${
WindowW
/
1813
}
,
${
WindowH
/
1020
}
)`
)
}
var
conn
=
$
.
hubConnection
(
"http://192.168.2.6
6
:7838/signalr"
,
{
var
conn
=
$
.
hubConnection
(
"http://192.168.2.6
5
:7838/signalr"
,
{
qs
:
`i=888888&n=印象之旅&p=
${
encodeURIComponent
(
"http://imgfile.oytour.com/New/Upload/User/20191018150051176.png"
)}
`
...
...
html/annualMeeting/HitMouse.html
View file @
8877f6cb
...
...
@@ -154,15 +154,15 @@
document
.
body
.
addEventListener
(
'touchmove'
,
function
(
e
)
{
e
.
preventDefault
();
},
{
passive
:
false
});
var
activity
=
JSON
.
parse
(
localStorage
.
activity
);
//
var activity = JSON.parse(localStorage.activity);
var
clipboard
=
new
Clipboard
(
'.all_Receive'
);
var
EmployeeId
=
activity
.
EmployeeId
+
'_Mouse'
;
//
var EmployeeId = activity.EmployeeId + '_Mouse';
var
laoshudata
=
[];
//老鼠数据
var
audio
=
document
.
getElementById
(
"audio"
);
var
conn
=
$
.
hubConnection
(
"http://192.168.2.65:7838/signalr"
,
{
qs
:
`i=
${
EmployeeId
}
&n=
${
activity
.
EmName
}
&p=
${
encodeURIComponent
(
activity
.
imgUrl
)}
&e=
${
activity
.
e
}
`
qs
:
`i=
1755_Mouse&n=蔡徐坤&p=
${
encodeURIComponent
(
'https://dss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=1775930210,1659062463&fm=58'
)}
&e=2017-07-06
`
});
var
proxy
=
conn
.
createHubProxy
(
"annualLeaveHub"
);
conn
.
start
().
done
(
data
=>
{
...
...
html/annualMeeting/Money.html
View file @
8877f6cb
...
...
@@ -100,8 +100,8 @@
let
status
=
0
;
let
clock
=
null
;
let
isWinning
=
false
;
var
activity
=
JSON
.
parse
(
localStorage
.
activity
);
var
EmployeeId
=
activity
.
EmployeeId
+
'_Money'
;
//
var activity = JSON.parse(localStorage.activity);
//
var EmployeeId = activity.EmployeeId + '_Money';
// clipboard.on('success', function(e) {
// console.log(e);
// });
...
...
@@ -156,7 +156,7 @@
function
initConnection
(){
var
conn
=
$
.
hubConnection
(
"http://192.168.2.65:7838/signalr"
,
{
qs
:
`i=
${
EmployeeId
}
&n=
${
activity
.
EmName
}
&p=
${
encodeURIComponent
(
activity
.
imgUrl
)}
&e=
${
activity
.
e
}
`
qs
:
`i=1755_Mouse&n=蔡徐坤&p=
${
encodeURIComponent
(
'https://dss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=1775930210,1659062463&fm=58'
)}
&e=2017-07-06
`
});
proxy
=
conn
.
createHubProxy
(
"annualLeaveHub"
);
conn
.
start
().
done
(
data
=>
{
...
...
js/mian.js
View file @
8877f6cb
...
...
@@ -5,7 +5,8 @@ function getApiUrl() {
urlPost
:
"https://reborn.oytour.com/api/common/post"
,
// urlPost: locationName.indexOf('oytour') !== -1 ? "https://reborn.oytour.com/api/common/post" : "http://192.168.2.65:8025/api/common/post",
//urlJava: locationName.indexOf('oytour') !== -1 ? "https://efficient.oytour.com/" : "http://192.168.2.215:9000/"
urlJava
:
"https://efficient.oytour.com/"
urlJava
:
"https://efficient.oytour.com/"
,
urlSignalr
:
"http://newyear.oytour.com/signalr"
}
return
url
}
...
...
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