submit.html 795 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html >
  3. <head lang="en" >
  4. <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
  5. <meta charset="UTF-8" >
  6. <title >支付状态</title >
  7. <link rel="stylesheet" href="/public/mobile/css/payment.css" />
  8. </head >
  9. <br ><br ><br ><br >
  10. <body >
  11. <div class="account_information" >
  12. <p class="balance" style="text-align:center" >{$msg}</p >
  13. </div >
  14. <!--客服QQ-->
  15. <footer class="footer" >
  16. <a href="#" onclick=huosdk_payNotify('{$info.order_id}') class="pay" style="width:50px" >返回</a >
  17. </footer >
  18. </body >
  19. <script language='javascript' >
  20. setTimeout("huosdk_payNotify('{$info.order_id}')", 10);
  21. </script >
  22. <script src="/public/mobile/js/payment.js" ></script >
  23. <script src="/public/mobile/js/fastclick.js" ></script >
  24. </html >