wxh5.html 406 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>正在支付...</title>
  8. </head>
  9. <body>
  10. <input type="hidden" value="{$mweb_url}" />
  11. <script>
  12. var res='{$mweb_url}'
  13. window.location.href = res;
  14. </script>
  15. </body>
  16. </html>