pay_suc.html 463 B

1234567891011121314
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>支付状态</title>
  6. </head>
  7. <body>
  8. <script>
  9. alert('${msg!}');
  10. location.href="${contextPath}/pay/toorder?random="+Math.random();
  11. </script>
  12. </body>
  13. </html>