payment_message.php 639 B

12345678910111213
  1. <?php defined('InShopNC') or exit('Access Invalid!');?>
  2. <style>
  3. .success { width: 100%; text-align: center; padding: 200px 0 10px 0; color: green; }
  4. .fail { width: 100%; text-align: center; padding: 200px 0 10px 0; color: red; }
  5. .return { width: 100%; text-align: center; }
  6. </style>
  7. <script>window.demo.checkPaymentAndroid("<?php echo $output['result'];?>");</script>
  8. <div class="<?php echo $output['result'];?>" >
  9. <?php echo $output['message'];?>
  10. </div>
  11. <div class="return" >
  12. <a href="<?php echo WAP_SITE_URL;?>/tmpl/member/order_list.html"><img src="<?php echo WAP_SITE_URL;?>/images/pay_ok.png"></a>
  13. </div>