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