wxresult.php 942 B

123456789101112131415161718192021222324252627282930313233
  1. <?
  2. include("../../config/conn.php");
  3. include("../../config/function.php");
  4. sesCheck_m();
  5. $a=$_GET[a];
  6. if($a=="order"){$urlv="order.php";$urlv1="car.php";}else{$urlv="paylog.php";$urlv1="pay.php";}
  7. ?>
  8. <html>
  9. <head>
  10. <meta http-equiv="x-ua-compatible" content="ie=7" />
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  12. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
  13. <title>会员中心 <?=webname?></title>
  14. <? include("../tem/cssjs.html");?>
  15. </head>
  16. <body>
  17. <? include("topuser.php");?>
  18. <div class="bfbtop2 box">
  19. <div class="d1" onClick="gourl('<?=$urlv?>')"><img src="img/topleft1.png" height="21" /></div>
  20. <div class="d2">付款结果</div>
  21. <div class="d3"></div>
  22. </div>
  23. <div class="czts box">
  24. <div class="d1">
  25. <a href="<?=$urlv?>">付款成功,查看结果</a>
  26. <a href="<?=$urlv1?>">付款失败,重新操作</a>
  27. </div>
  28. </div>
  29. </body>
  30. </html>