Browse Source

alipay支付完成

lizhen_gitee 3 years ago
parent
commit
ca03de22d1
1 changed files with 4 additions and 2 deletions
  1. 4 2
      application/index/view/recharge/index.html

+ 4 - 2
application/index/view/recharge/index.html

@@ -209,8 +209,9 @@
 </head>
 <body>
     <div class="page">
-        <form method="post" action="/index/recharge/recharge_pc">
+
         <div class="content">
+            <form method="post" action="/index/recharge/recharge_pc">
             <div class="phone-wrap row">
                 <div class="phone-item row">
                     <input type="text" name="mobile" placeholder="请输入注册手机号" autofocus="true"/>
@@ -283,8 +284,9 @@
             </div>
             <input type="submit" class="recharge-btn center active" value="立即充值" />
             <!--<div class="recharge-btn center active">立即充值</div>-->
+            </form>
         </div>
-        </form>
+
 	</div>
 </body>
 </html>