Commit 45cc51ed by libai

测试

parent 2339fef5
......@@ -253,7 +253,7 @@
left: 1.3rem;
}
.new-reg-ul {
width: 9.15rem;
width: 9.2rem;
margin: 0 auto;
min-height: 5rem;
}
......
......@@ -260,7 +260,7 @@
left: 1.3rem;
}
.new-reg-ul{
width: 9.15rem;
width: 9.2rem;
margin: 0 auto;
min-height: 5rem;
li{
......
......@@ -65,7 +65,7 @@
</ul>
<div class="new-pay-btn">确认充值</div>
</div>
<div style="display: none;" class="alipay"></div>
<div style="display: none;" class="alipay-go"></div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/swiper.min.js"></script>
......@@ -248,7 +248,7 @@ try{
var html = [];
payOk = true
html += msg.html;
$(".alipay").html(html);
$(".alipay-go").html(html);
}
})
......
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 sign in to comment