Commit 45cc51ed by libai

测试

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