Commit 53ed3067 authored by 罗超's avatar 罗超
parents 37f0e92c 682e8623
......@@ -44,9 +44,16 @@
}
.main .box .anniu{
width: 64%;
height: 74px;
position: absolute;
left: 18%;
bottom: 15%;
background: url(../images/gongxi22.png);
background-size:100%;
display: flex;
align-items: center;
justify-content: center;
color: #c6780f;
}
#RushbuyTime{
font-size: 0.13rem;
......@@ -152,7 +159,10 @@
<div class="box">
<img class="hongbao" src="../images/gongxi1.png">
<span id="RushbuyTime"></span>
<img class="anniu" src="../images/gongxi2.png">
<div class="anniu">
</div>
<!-- <img class="anniu" src="../images/gongxi2.png"> -->
</div>
<div class="readXieyi">
<div class="rushNocheck"></div>
......@@ -192,6 +202,7 @@
let price = param ? param[0].split('=')[1] : 0;
let couponId = param ? param[1].split('=')[1] : 0;
let platform = param ? param[2].split('=')[1] : 0;
$('.anniu').html('支付'+ price + '元领取')
let buyIf = {}
// if (localStorage.buyInfo) {
// buyIf = JSON.parse(localStorage.buyInfo)
......
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