12345678910111213141516171819202122 |
- <!doctype html>
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
- <meta http-equiv="Expires" CONTENT="0">
- <meta http-equiv="Cache-Control" CONTENT="no-cache">
- <meta http-equiv="Pragma" CONTENT="no-cache">
- <title>微信支付成功</title>
- </head>
- <body style="width:100%;height:100%;text-align: center;">
- <div>
-
- <script>
- document.addEventListener("WeixinJSBridgeReady", function() {
- WeixinJSBridge.invoke("closeWindow", {}, function(e) {});
- });
- </script>
- </div>
- </body>
- </html>
|