Commit 41dc0b10 authored by zhengke's avatar zhengke

s

parent 4034e10b
......@@ -396,7 +396,7 @@ p{
color: #fff;
width: auto;
float: left;
padding:0 0.2rem;
padding:0 0.2rem 0 0.05rem;
height:0.3rem;
text-decoration: none;
margin-right:0.1rem;
......@@ -410,6 +410,7 @@ p{
vertical-align: middle;
position: relative;
top:-0.02rem;
border-radius:50%;
}
.Noticewarp a:last-child{
margin-right:0;
......
......@@ -28,9 +28,9 @@
</div>
<div id="demo2"></div>
</div>
<div class="wx_bg">
<!-- <div class="wx_bg">
<img src="../images/qsywx.png" alt="" />
</div>
</div> -->
<div class="box_title">
<img src="../images/G@3x.png" alt="" class="G_img">
<h5>
......@@ -186,13 +186,13 @@
function Marquee() {
if (demo.scrollLeft - demo2.offsetWidth >= 0) {
demo.scrollLeft -= demo1.offsetWidth;
//demo.scrollLeft -= demo1.offsetWidth;
clearInterval(myvar);
} else {
demo.scrollLeft++;
}
}
var myvar = setInterval(Marquee, 50);
var myvar = setInterval(Marquee, 25);
function getTicketList(couponId){
let minTimer=1*60*1000;
let maxTimer=5*60*1000;
......@@ -202,7 +202,7 @@
}
let msg={
selectTime:selectTime,
CouponId:couponId
CouponId:300
}
$.ajax({
type: "POST",
......@@ -214,7 +214,7 @@
if (res.resultCode === 1) {
let dataList=res.data;
let CountLen=dataList.length;
var TotalSecond=CountLen*16*1000;
var TotalSecond=CountLen*8*1000;
if(TotalSecond>maxTimer){
TotalSecond=maxTimer;
}else if(TotalSecond<minTimer){
......
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