| 123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>正在支付...</title>
- </head>
- <body>
- <input type="hidden" value="{$mweb_url}" />
- <script>
- var res='{$mweb_url}'
- window.location.href = res;
- </script>
- </body>
- </html>
|