%%98^98B^98BCFCA6%%error.html.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php /* Smarty version 2.6.17, created on 2018-04-23 11:34:42
  2. compiled from error.html */ ?>
  3. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  4. $this->_smarty_include(array('smarty_include_tpl_file' => "header.html", 'smarty_include_vars' => array()));
  5. $this->_tpl_vars = $_smarty_tpl_vars;
  6. unset($_smarty_tpl_vars);
  7. ?>
  8. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  9. $this->_smarty_include(array('smarty_include_tpl_file' => "nav.html", 'smarty_include_vars' => array()));
  10. $this->_tpl_vars = $_smarty_tpl_vars;
  11. unset($_smarty_tpl_vars);
  12. ?>
  13. <?php if ($this->_tpl_vars['error'] == 1): ?><div class="wrapper wrapper_404 clear">
  14. <div class="v_404_box center">
  15. <p><img src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  16. /public/static/img/error_icon.png"></p>
  17. <p><?php echo $this->_tpl_vars['data']['msg']; ?>
  18. </p>
  19. <!-- <p><a href="<?php echo $this->_tpl_vars['data']['back_url']; ?>
  20. " class="submit_btn_style"><?php echo $this->_tpl_vars['data']['back_text']; ?>
  21. </a></p> -->
  22. <p><a href="<?php echo $this->_tpl_vars['listUrl']; ?>
  23. " class="submit_btn_style">更多活动</a></p>
  24. </div>
  25. </div>
  26. <?php endif; ?>
  27. <?php if ($this->_tpl_vars['error'] == 2): ?><div class="wrapper wrapper_404 clear">
  28. <div class="v_404_box center">
  29. <p><img src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  30. /public/static/img/error_icon.png"></p>
  31. <p>OMG~<br>获取授权失败!</p>
  32. <p><a href="<?php echo $this->_tpl_vars['web_cfg']['domain']; ?>
  33. /connect/" class="submit_btn_style">重新登录</a></p>
  34. </div>
  35. </div>
  36. <?php endif; ?>
  37. <?php if ($this->_tpl_vars['error'] == 3): ?><div class="wrapper wrapper_404 clear">
  38. <div class="v_404_box center">
  39. <p><img src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  40. /public/static/img/error_icon.png"></p>
  41. <p>页面未找到!</p>
  42. <p><a href="<?php echo $this->_tpl_vars['listUrl']; ?>
  43. " class="submit_btn_style">更多活动</a></p>
  44. </div>
  45. </div>
  46. <?php endif; ?>
  47. <!--底部提示关注层-->
  48. <script>
  49. //关闭分享按钮
  50. document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
  51. WeixinJSBridge.call('hideOptionMenu');
  52. });
  53. </script>
  54. </body>
  55. </html>