Commit 8877f6cb authored by 华国豪's avatar 华国豪 🙄

1

parent a9ca2e18
......@@ -17,7 +17,7 @@
height: 100%;
}
.page_right{
left: 20%;
left: -10%;
}
.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: scaleY(1.4);
/* padding-top: 10%; */
transform: scale(0.9, 1.3);
}
.bigCard .bigCard-divBigBsAnm {
transition: all 500s ease;
......
......@@ -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.66:7838/signalr", {
var conn = $.hubConnection("http://192.168.2.65:7838/signalr", {
qs: `i=888888&n=印象之旅&p=${encodeURIComponent(
"http://imgfile.oytour.com/New/Upload/User/20191018150051176.png"
)}`
......
......@@ -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 => {
......
......@@ -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 => {
......
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment