Commit f2fdf0da authored by 黄奎's avatar 黄奎

意见调查调整

parent 92ae0741
......@@ -106,7 +106,7 @@
let pageSize = 999;
let issuingState1 = '';
let issuingState2 = '';
$('.row .col-xs-4').click(function () { // 点击切换
$('.row .col-xs-4').click(function () { // 点击切换
$(this).addClass('active_').siblings().removeClass('active_')
$('.list_1').hide();
$('.list_2').hide();
......@@ -121,7 +121,7 @@
setTimeout(() => {
$('.spinner').hide()
}, 1500)
$.ajax({ // 获取个人信息
$.ajax({ // 获取个人信息
type: "POST",
url: `${getApiUrl().urlPost}`,
contentType: "application/json",
......@@ -131,7 +131,9 @@
if (res.resultCode === 1) {
$('.name').html(res.data.customerName)
$('.address').html(res.data.address)
$('.top_content .left').html(`<img class="photo" src="${res.data.businessCardPhotos ? res.data.businessCardPhotos[0] : '../images/default_head_img.jpg'}" alt="">`)
$('.top_content .left').html(
`<img class="photo" src="${res.data.businessCardPhotos ? res.data.businessCardPhotos[0] : '../images/default_head_img.jpg'}" alt="">`
)
}
},
error: function (res) {
......@@ -139,7 +141,8 @@
}
});
getDataList(1, true)
function getDataList(type, clear) { // 获取数据
function getDataList(type, clear) { // 获取数据
let issuingState = true
if (clear) {
pageIndex = 0;
......@@ -151,7 +154,7 @@
let msg = {
pageIndex: pageIndex,
pageSize: pageSize,
issuingState: type ? 0 : 1 // 发放状态 0:未发放,1:已发放
issuingState: type ? 0 : 1 // 发放状态 0:未发放,1:已发放
}
$.ajax({
type: "POST",
......@@ -166,7 +169,6 @@
issuingState2 = '';
}
let data = res.data.pageData;
console.log("data",data)
if (data.length < 1) {
$('.nothing').show()
return
......@@ -246,21 +248,26 @@
}
});
}
function openDetail(id) {
$.ajax({
type: "POST",
url: `${getApiUrl().urlJava}api/sell/coupon/getLotteryCoupon`,
contentType: "application/json",
data: getJavaData({ couponId: id }),
async: false,//使用同步的方式,true为异步方式
data: getJavaData({
couponId: id
}),
async: false, //使用同步的方式,true为异步方式
success: function (res) {
if (res.resultCode === 1) {
let d = res.data
$('.lct_name').html(d.couponName);
if (d.couponsType === 1) { // 抵用券
$('.useCondition').html(`下单 ${d.lineteanName}${d.useCondition}元,抵用<span class="sale">${d.denomination}</span>元。`)
if (d.couponsType === 1) { // 抵用券
$('.useCondition').html(
`下单 ${d.lineteanName}${d.useCondition}元,抵用<span class="sale">${d.denomination}</span>元。`)
} else if (d.couponsType === 2) {
$('.useCondition').html(`下单 ${d.lineteanName}${d.useCondition}元,享受<span class="sale">${d.denomination}</span>折。`)
$('.useCondition').html(
`下单 ${d.lineteanName}${d.useCondition}元,享受<span class="sale">${d.denomination}</span>折。`)
}
$('.layer_time').html(d.effectDate + '-' + d.expirationDate)
$('.remark').html(d.remark)
......@@ -272,6 +279,7 @@
}
});
}
function loginOut() {
clearLocalStorage()
setTimeout(() => {
......
This diff is collapsed.
......@@ -3,7 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="screen-orientation" content="portrait">
</meta>
<meta name="x5-orientation" content="portrait">
......@@ -32,6 +33,7 @@
opacity: 1;
text-align: center;
}
/* .main .box.nomove {
top: 40%;
opacity: 1;
......@@ -220,7 +222,9 @@
<div class="xieyiTitle">11.18活动说明</div>
<div class="xieyiNei">
<div>1、所有印象同业会员均可参加本次活动</div>
<div>2、活动期间内,每天更新1118张面额为200的散拼跟团游优惠券,用户需要进入活动页面进行抢购,抢到优惠券的用户需要在1分钟内完成支付,若未完成支付系统将自动取消订单;用户完成付款后,系统将自动发放优惠券,可前往APP“我的优惠券”页面进行查看。</div>
<div>
2、活动期间内,每天更新1118张面额为200的散拼跟团游优惠券,用户需要进入活动页面进行抢购,抢到优惠券的用户需要在1分钟内完成支付,若未完成支付系统将自动取消订单;用户完成付款后,系统将自动发放优惠券,可前往APP“我的优惠券”页面进行查看。
</div>
<div>3、本次活动的优惠券只能用于印象之旅的散拼跟团游产品,每团限定使用一张。</div>
<div>4、本次活动商品为APP专享优惠券,只能在印象同业APP中使用,优惠券有效期为:2019-11-18 至 2020-11-17。</div>
<div>5、本次优惠券不能与其他优惠券叠加使用,但可以与其他活动一起组合使用。例如:幸福存折等。</div>
......@@ -241,23 +245,24 @@
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
<script>
let param = window.location.href.split('?')[1].split("&") ? window.location.href.split('?')[1].split("&") : null;
let param = window.location.href.split('?')[1].split("&") ? window.location.href.split('?')[1].split("&") :
null;
let price = param ? param[0].split('=')[1] : 0;
let couponId = param ? param[1].split('=')[1] : 0;
let platform = param ? param[2].split('=')[1] : 0;
let noClick = param ? param[3].split('=')[1] : 0;
$('.anniu').html('支付' + price + '元领取')
let buyIf = {}
// if (localStorage.buyInfo) {
// buyIf = JSON.parse(localStorage.buyInfo)
// }else {
// history.go(-1)
// }
// if (platform == 'app') {
// move(1)
// } else {
// move(2)
// }
// if (localStorage.buyInfo) {
// buyIf = JSON.parse(localStorage.buyInfo)
// }else {
// history.go(-1)
// }
// if (platform == 'app') {
// move(1)
// } else {
// move(2)
// }
let RushbuyTime = localStorage.RushbuyTime ? JSON.parse(localStorage.RushbuyTime) : {
RushbuyTime: ''
}
......@@ -269,55 +274,55 @@
if (t === 1) {
$('.box').addClass('nomove')
} else {
setTimeout(function() {
setTimeout(function () {
$('.box').addClass('move')
}, 500)
}
}
var isChecke = true;
$('.readXieyi').click(function() {
isChecke = !isChecke
if (!isChecke) {
$('.rushNocheckTwo').css({
'display': 'none'
})
$('.rushNocheck').css({
'display': 'inline-block'
})
} else {
$('.rushNocheckTwo').css({
'display': 'inline-block'
})
$('.rushNocheck').css({
'display': 'none'
})
}
})
//点击本次协议弹出窗
$(".benciXieyi").click(function(e) {
$('.readXieyi').click(function () {
isChecke = !isChecke
if (!isChecke) {
$('.rushNocheckTwo').css({
'display': 'none'
})
$('.rushNocheck').css({
'display': 'inline-block'
})
} else {
$('.rushNocheckTwo').css({
'display': 'inline-block'
})
$('.rushNocheck').css({
'display': 'none'
})
}
})
//点击本次协议弹出窗
$(".benciXieyi").click(function (e) {
e.stopPropagation();
$('.activeXieyi').css({
'display': 'block'
});
});
//关闭弹窗
$('.readBtn').click(function() {
$('.readBtn').click(function () {
$('.activeXieyi').css({
'display': 'none'
});
})
var that=this
console.log(noClick)
if(noClick == 1){ //0不执行 1为执行点击事件
var that = this
if (noClick == 1) { //0不执行 1为执行点击事件
that.btnClick()
}
$('.anniu').click(function() {
$('.anniu').click(function () {
that.btnClick()
})
function btnClick() {
if (!isChecke) {
layer.msg('请同意活动说明');
......@@ -349,7 +354,7 @@
productName: '印象之旅-200元线路产品优惠券'
}),
async: false,
success: function(res) {
success: function (res) {
if (platform == 'app') {
window.postMessage(JSON.stringify({
'action': 'dismissHud'
......@@ -390,7 +395,7 @@
data.sProductName = title;
data.productId = res.data.couponId;
data.dTotalPrice = res.data.preferPrice;
wx.miniProgram.getEnv(function(res) {
wx.miniProgram.getEnv(function (res) {
window.wx.miniProgram.navigateTo({
url: `/pages/Home/pay/pay?data=` + JSON.stringify(data),
});
......@@ -419,9 +424,10 @@
}));
} else {
layer.msg('登录已过期,请重新登录');
setTimeout(function() {
setTimeout(function () {
localStorage.removeItem("u");
window.location.href = `https://activity.oytour.com/html/login.html?redemptionPrice=${price}&couponId=${couponId}&platform=${platform}&jumpPay=${'1'}&r=opfr12123`;
window.location.href =
`https://activity.oytour.com/html/login.html?redemptionPrice=${price}&couponId=${couponId}&platform=${platform}&jumpPay=${'1'}&r=opfr12123`;
// window.location.href = `./login.html?redemptionPrice=${price}&couponId=${couponId}&platform=${platform}&jumpPay=${'1'}&r=efr12123`;
}, 2000)
......@@ -431,7 +437,7 @@
}
},
error: function(res) {
error: function (res) {
if (platform == 'app') {
window.postMessage(JSON.stringify({
'action': 'dismissHud'
......@@ -439,9 +445,10 @@
} else if (platform == 'H5') {
layer.close(loadingFlag);
layer.msg('登录已过期,请重新登录');
setTimeout(function() {
setTimeout(function () {
localStorage.removeItem("u");
window.location.href = `https://activity.oytour.com/html/login.html?redemptionPrice=${price}&couponId=${couponId}&platform=${platform}&jumpPay=${'1'}&r=eiu12123`;
window.location.href =
`https://activity.oytour.com/html/login.html?redemptionPrice=${price}&couponId=${couponId}&platform=${platform}&jumpPay=${'1'}&r=eiu12123`;
// window.location.href = `./login.html?redemptionPrice=${price}&couponId=${couponId}&platform=${platform}&jumpPay=${'1'}&r=efr12123`;
}, 2000)
}
......@@ -451,4 +458,4 @@
</script>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
<!DOCTYPE html>
<html>
<head>
<title>十周年签到墙-机器人</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="../../css/initcss.css">
<style>
.main{
<head>
<title>十周年签到墙-机器人</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="../../css/initcss.css">
<style>
.main {
height: 100%;
width: 100%;
background: url(../../images/texiao/info_bg.png);
......@@ -14,7 +15,8 @@
background-size: 100% 100%;
position: relative;
}
.dingguang{
.dingguang {
height: 100%;
width: 100%;
background: url(../../images/texiao/dengguang.png);
......@@ -24,81 +26,88 @@
left: 0;
top: 0;
}
.robot{
.robot {
width: 36%;
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-23%);
transform: translate(-50%, -23%);
box-sizing: border-box;
}
</style>
</head>
<body>
<div class="main">
<div class="dingguang"></div>
<img class="robot" src="../../images/texiao/robot.png" alt="">
<audio id="audio" muted autoplay>您的浏览器不支持 audio 元素。</audio>
</div>
<script src="../../js/moveJs/jquery.min.js"></script>
<script type="text/javascript" src="../../js/mian.js"></script>
<script src="../../js/moveJs/jquery.signalR.min.js"></script>
<script>
var conn = $.hubConnection(getApiUrl().urlSignalr, {
qs: `i=888886&n=印象之旅&p=${encodeURIComponent(
</style>
</head>
<body>
<div class="main">
<div class="dingguang"></div>
<img class="robot" src="../../images/texiao/robot.png" alt="">
<audio id="audio" muted autoplay>您的浏览器不支持 audio 元素。</audio>
</div>
<script src="../../js/moveJs/jquery.min.js"></script>
<script type="text/javascript" src="../../js/mian.js"></script>
<script src="../../js/moveJs/jquery.signalR.min.js"></script>
<script>
var conn = $.hubConnection(getApiUrl().urlSignalr, {
qs: `i=888886&n=印象之旅&p=${encodeURIComponent(
"http://imgfile.oytour.com/New/Upload/User/20191018150051176.png"
)}`
});
var proxy = conn.createHubProxy("annualLeaveHub");
var dataList = []
conn.start().done(data => {
sendMsg()
}).fail(data => {});
getMsg()
var audio = document.getElementById('audio');
audio.addEventListener('ended', function () {
showSignln()
}, false);
function sendMsg() {
proxy.invoke("Hello", '1').done(msg => {
});
}
function getMsg() {
proxy.on("clientMethod", data => {
});
var proxy = conn.createHubProxy("annualLeaveHub");
var dataList = []
conn.start().done(data => {
sendMsg()
}).fail(data => {});
getMsg()
var audio = document.getElementById('audio');
audio.addEventListener('ended', function () {
proxy.on("updateUsersOnlineCount", data => {
})
proxy.on("notifySignin", data => {
var newData = JSON.parse(data)
dataList.push(newData)
})
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
showSignln()
async function showSignln() {
if (dataList.length == 0) {
await sleep(1000);
showSignln()
}, false);
function sendMsg() {
proxy.invoke("Hello", '1').done(msg => {
console.log(msg)
});
}
function getMsg() {
proxy.on("clientMethod", data => {
console.log(data)
});
proxy.on("updateUsersOnlineCount",data=>{
console.log(data)
})
proxy.on("notifySignin", data=>{
var newData = JSON.parse(data)
dataList.push(newData)
})
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
showSignln()
async function showSignln(){
console.log(dataList)
if (dataList.length == 0) {
await sleep(1000);
showSignln()
} else {
$("#audio").attr('src', 'http://tsn.baidu.com/text2audio?tex=%E6%9D%A5%E8%87%AA%E5%BE%AE%E9%80%94%E7%A7%91%E6%8A%80%E7%9A%84%E7%BD%97%E8%B6%85&tok=24.825b6abe0dddd567466b9daef6fd5c5c.2592000.1579746727.282335-15369296&cuid=00-E0-4C-01-80-B4&ctp=1&lan=zh&spd=5&pit=5&vol=5&per=0&aue=3');
if(audio.paused){
audio.play();
}
$('.robot').attr('src', '../../images/texiao/robot.gif');
// 更改展示的图片
setTimeout(function(){
$('.robot').attr('src', '../../images/texiao/robot.png');
dataList.splice(0, 1);
},2000);
} else {
$("#audio").attr('src',
'http://tsn.baidu.com/text2audio?tex=%E6%9D%A5%E8%87%AA%E5%BE%AE%E9%80%94%E7%A7%91%E6%8A%80%E7%9A%84%E7%BD%97%E8%B6%85&tok=24.825b6abe0dddd567466b9daef6fd5c5c.2592000.1579746727.282335-15369296&cuid=00-E0-4C-01-80-B4&ctp=1&lan=zh&spd=5&pit=5&vol=5&per=0&aue=3'
);
if (audio.paused) {
audio.play();
}
}
</script>
</body>
$('.robot').attr('src', '../../images/texiao/robot.gif');
// 更改展示的图片
setTimeout(function () {
$('.robot').attr('src', '../../images/texiao/robot.png');
dataList.splice(0, 1);
}, 2000);
}
}
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
<meta name="format-detection" content="telephone=no" />
<meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable" />
......@@ -17,10 +19,12 @@
overflow-x: hidden;
height: 100%;
}
p{
p {
margin: 0;
}
.Box{
.Box {
width: 100%;
height: 100%;
background-image: url('../../images/aM/prize_bg.png');
......@@ -32,7 +36,7 @@
}
.Box_top{
.Box_top {
width: 90%;
height: 0.3rem;
display: flex;
......@@ -40,30 +44,35 @@
align-items: center;
justify-content: flex-end;
}
.Box_top p{
.Box_top p {
color: white;
font-size: 0.14rem;
}
.rank_mask{
.rank_mask {
position: absolute;
left: 0;
top:0;
width: 100%;height: 100%;
top: 0;
width: 100%;
height: 100%;
display: none;
align-items: center;
justify-content: center;
}
.zhezao{
width: 100%;height: 100%;
.zhezao {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #111111;
opacity: 0.5;
}
.prize_box{
.prize_box {
width: 100%;
height: 2rem;
background: white;
......@@ -72,7 +81,8 @@
align-items: center;
justify-content: center;
}
.prize_Close{
.prize_Close {
position: absolute;
left: 50%;
bottom: -0.5rem;
......@@ -83,12 +93,14 @@
background-size: 100% 100%;
background-repeat: no-repeat;
}
.bttoom_center{
.bttoom_center {
width: 90%;
height: 92%;
overflow: auto;
}
.b_box{
.b_box {
width: 90%;
height: 0.4rem;
background-image: url('../../images/aM/votes_c.png');
......@@ -101,7 +113,8 @@
justify-content: space-between;
margin-top: 0.15rem;
}
.box_l{
.box_l {
width: 55%;
/*height: 0.35rem;*/
display: flex;
......@@ -109,20 +122,23 @@
justify-content: space-between;
}
.box_l p{
.box_l p {
color: #B31D2E;
font-size: 0.14rem;
font-weight: bold;
overflow-x: hidden;
height: 0.2rem;
}
.box_l span{
.box_l span {
color: #B31D2E;
font-size: 0.10rem;
overflow-x: hidden;
height: 0.2rem;
}
.box_r{
.box_r {
width: 45%;
height: 0.45rem;
/*background-image: url('../../images/aM/fuz.png');*/
......@@ -134,18 +150,21 @@
align-items: flex-end;
}
.copy{
.copy {
width: 0.65rem;
height: 0.23rem;
background-image: url('../../images/aM/fuz.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.copy2{
.copy2 {
width: 0.65rem;
height: 0.23rem;
}
.box_r p{
.box_r p {
color: #B31D2E;
font-size: 0.1rem;
height: 0.18rem;
......@@ -154,24 +173,16 @@
}
</style>
</head>
<body>
<div class="Box">
<div class="Box_top">
<!-- <p>签到奖品</p>-->
</div>
<div class="bttoom_center">
<body>
<div class="Box">
<div class="Box_top">
<!-- <p>签到奖品</p>-->
</div>
<div class="bttoom_center">
</div>
<input style="opacity: 0;position: absolute;left: 0;top:0" id="tokenReadPackage" readonly="readonly" value="" />
</div>
<input style="opacity: 0;position: absolute;left: 0;top:0" id="tokenReadPackage" readonly="readonly" value="" />
</div>
</body>
<script src="../../js/moveJs/jquery.min.js"></script>
<script src="../../js/moveJs/jquery.signalR.min.js"></script>
......@@ -193,57 +204,54 @@
}).fail(data => {});
// getMsg()
function sendMsg() {
proxy.invoke("GetMyLottery",activity.EmployeeId).done(data => {
console.log(data)
proxy.invoke("GetMyLottery", activity.EmployeeId).done(data => {
prizelist(data)
})
}
function prizelist(list){
function prizelist(list) {
for(var i=0 ;i<list.length ;i++){
for (var i = 0; i < list.length; i++) {
var Password;
var source = list[i].w;
if(list[i].st ==1){
if (list[i].st == 1) {
Password = 'AR扫码'
}else if(list[i].st ==2){
} else if (list[i].st == 2) {
Password = '数钞票游戏'
}
else if(list[i].st ==3){
} else if (list[i].st == 3) {
Password = '答题游戏'
}
else if(list[i].st ==4){
} else if (list[i].st == 4) {
Password = '打地鼠游戏'
}
else if(list[i].st ==5){
} else if (list[i].st == 5) {
Password = '抽奖'
source = list[i].su
}
var html = ''
if(list[i].st ==5){
html+=' <div class="b_box">\n' +
if (list[i].st == 5) {
html += ' <div class="b_box">\n' +
' <div class="box_l">\n' +
' <p>'+source+'</p>\n' +
' <span>来源:'+Password+'</span>\n' +
' <p>' + source + '</p>\n' +
' <span>来源:' + Password + '</span>\n' +
' </div>\n' +
' <div class="box_r">\n' +
' <div class="copy2"></div>\n' +
' <p>'+list[i].c+'</p>\n' +
' <p>' + list[i].c + '</p>\n' +
' </div>\n' +
' </div>'
}else {
} else {
html+=' <div class="b_box">\n' +
html += ' <div class="b_box">\n' +
' <div class="box_l">\n' +
' <p>'+source+'</p>\n' +
' <span>来源:'+Password+'</span>\n' +
' <p>' + source + '</p>\n' +
' <span>来源:' + Password + '</span>\n' +
' </div>\n' +
' <div class="box_r">\n' +
' <div class="copy" onclick="copy(\''+source+'\',)" data-clipboard-action="copy" data-clipboard-target="#tokenReadPackage"></div>\n' +
' <p>'+list[i].c+'</p>\n' +
' <div class="copy" onclick="copy(\'' + source +
'\',)" data-clipboard-action="copy" data-clipboard-target="#tokenReadPackage"></div>\n' +
' <p>' + list[i].c + '</p>\n' +
' </div>\n' +
' </div>'
}
......@@ -255,18 +263,15 @@
}
function copy(Password){
function copy(Password) {
$('#tokenReadPackage').val(Password);
setTimeout(function(){
setTimeout(function () {
let data = {
'action': 'Linking',
}
window.postMessage(JSON.stringify(data));
},500);
}, 500);
}
</script>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -112,15 +112,8 @@
let clock=null;
let isWinning=false;
var EmployeeId = userInfo.id + '_Money';
// clipboard.on('success', function(e) {
// console.log(e);
// });
// clipboard.on('error', function(e) {
// console.log(e);
// });
function getMyRank(){
proxy.invoke('GetUserRank','Money',EmployeeId).done(r=>{
console.log(r);
if(r.r!=-1){
$('#myTop').html(r.r);
}else{
......@@ -199,7 +192,6 @@
var Count=3;
var Count2=30;
proxy.on("notifyGamerResult",function(d){
console.log(d)
var html=''
if(d && d.length>0){
for (var i=0;i<d.length;i++) {
......@@ -210,16 +202,6 @@
$("#rankBox").html(html);
getMyRank();
});
// proxy.on("notifyGamerResult",function(d){
// var html=''
// if(d && d.length>0){
// for (var i=0;i<d.length;i++) {
// html+='<div class="rank-row"><span class="rank-num num'+(i+1)+'">'+(i>2?i+"":"")+'</span><img src="'+d[i].p+'"/>'
// html+='<span class="rank-name">'+d[i].n+'</span><span class="rank-score">'+d[i].s+'</span></div>'
// }
// }
// $("#rankBox").html(html);
// });
//点击关闭统计弹窗
$('.close').click(function(){
$('#smm').css('display','none');
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
<meta name="format-detection" content="telephone=no" />
<meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable" />
......@@ -11,31 +13,32 @@
<script type="text/javascript" src="../../js/autosize2.js"></script>
<link rel="stylesheet" href="css/vote.css">
</head>
<body>
<div class="Box">
<div class="content">
<span class="programName"></span>
<span class="department"></span>
<span class="personnel"></span>
</div>
<div class="vote_s">
<img src="../../images/aM/giveUp.png" alt="" class="giveUp" onclick="vote(1)">
<img src="../../images/aM/confirmvote.png" alt="" class="confirm" onclick="vote(2)">
</div>
<div class="popup">
<div class="bg"></div>
<div class="popup_bg">
<img src="" alt="">
<span></span>
<div class="close"></div>
<div class="Box">
<div class="content">
<span class="programName"></span>
<span class="department"></span>
<span class="personnel"></span>
</div>
<div class="vote_s">
<img src="../../images/aM/giveUp.png" alt="" class="giveUp" onclick="vote(1)">
<img src="../../images/aM/confirmvote.png" alt="" class="confirm" onclick="vote(2)">
</div>
<div class="popup">
<div class="bg"></div>
<div class="popup_bg">
<img src="" alt="">
<span></span>
<div class="close"></div>
</div>
</div>
<div class="top">
<img src="../../images/aM/home.png" alt="" class="return">
<img src="../../images/aM/ranging.png" alt="" class="ranging">
</div>
</div>
<div class="top">
<img src="../../images/aM/home.png" alt="" class="return">
<img src="../../images/aM/ranging.png" alt="" class="ranging">
</div>
</div>
</div>
......@@ -54,7 +57,6 @@
});
var proxy = conn.createHubProxy("annualLeaveHub");
conn.start().done(data => {
console.log('链接成功')
sendMsg()
}).fail(data => {});
getMsg()
......@@ -63,20 +65,19 @@
var giveUp = false; //是否放弃投票
var CastOver = false; //是否投票过
function sendMsg() {
proxy.invoke("GetProgarm",).done(data => {
console.log(data)
if(data!=''){
proxy.invoke("GetProgarm", ).done(data => {
if (data != '') {
list = JSON.parse(data)
// {"Id":5,"Title":"《舞动青春》","Performer":"印象之旅","BranchName":"","StartTime":"2020-01-17 17:30:00","ParentId":1,"Type":1,"MusicUrl":"","BackgroundUrl":"","VoteState":0}
$('.programName').html(list.Title+'节目投票');
$('.programName').html(list.Title + '节目投票');
$('.department').html(list.BranchName);
$('.personnel').html('参与人员:'+list.Performer);
if(list.VoteState == 1){
$('.vote_s').css('display','flex')
$('.personnel').html('参与人员:' + list.Performer);
if (list.VoteState == 1) {
$('.vote_s').css('display', 'flex')
}
}else {
} else {
$('.programName').html('暂无节目投票');
$('.vote_s').css('display','none')
$('.vote_s').css('display', 'none')
}
......@@ -85,66 +86,57 @@
}
function getMsg() {
proxy.on('progarmVote', function (data) {
console.log(data)
if(data!=''){
if (data != '') {
list = JSON.parse(data)
$('.programName').html(list.Title+'节目投票');
$('.programName').html(list.Title + '节目投票');
$('.department').html(list.BranchName);
$('.personnel').html('参与人员:'+list.Performer);
if(list.VoteState == 1){
$('.vote_s').css('display','flex')
}else {
$('.vote_s').css('display','none')
$('.personnel').html('参与人员:' + list.Performer);
if (list.VoteState == 1) {
$('.vote_s').css('display', 'flex')
} else {
$('.vote_s').css('display', 'none')
}
}else {
} else {
$('.programName').html('暂无节目投票');
$('.vote_s').css('display','none')
$('.vote_s').css('display', 'none')
}
});
}
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 => {
console.log(data)
if(data == 2){
layer.msg('您已对本节目投过票了');
$('.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)
}
})
}
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 => {
if (data == 2) {
layer.msg('您已对本节目投过票了');
$('.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)
}
})
}
}
$('.close').click(function () {
$('.popup').css('display','none')
$('.popup').css('display', 'none')
})
$('.return').click(function () {
//返回首页
......@@ -155,4 +147,5 @@
})
</script>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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