%%77^774^774BE9C9%%index.html.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?php /* Smarty version 2.6.17, created on 2018-05-28 15:02:00
  2. compiled from index.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. <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  9. /haili/css/index.css" />
  10. <style>
  11. .vogue_top_list img {
  12. background: #fff url("<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  13. /public/static/img/m-load.gif") no-repeat scroll 50% center / 20px 20px;
  14. }
  15. </style>
  16. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  17. $this->_smarty_include(array('smarty_include_tpl_file' => "common_header.html", 'smarty_include_vars' => array()));
  18. $this->_tpl_vars = $_smarty_tpl_vars;
  19. unset($_smarty_tpl_vars);
  20. ?>
  21. <?php if ($this->_tpl_vars['focusData']): ?>
  22. <!--焦点图-->
  23. <section class="slider">
  24. <section class="swiper-container">
  25. <div class="swiper-wrapper">
  26. <?php $_from = $this->_tpl_vars['focusData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  27. foreach ($_from as $this->_tpl_vars['v']):
  28. ?>
  29. <div class="swiper-slide">
  30. <a href="<?php echo $this->_tpl_vars['v']['url']; ?>
  31. "><img src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  32. /public/static/img/bg_alpha.png" data-ks-lazyload="<?php echo $this->_tpl_vars['v']['img_url']; ?>
  33. "></a>
  34. </div>
  35. <?php endforeach; endif; unset($_from); ?>
  36. </div>
  37. </section>
  38. <div class="swiper-pagination"></div>
  39. </section>
  40. <?php endif; ?>
  41. <?php if ($this->_tpl_vars['categoryData']): ?>
  42. <!--分类-->
  43. <section class="avatarlist">
  44. <ul>
  45. <?php $_from = $this->_tpl_vars['categoryData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  46. foreach ($_from as $this->_tpl_vars['v']):
  47. ?>
  48. <li><a href="<?php echo $this->_tpl_vars['domain']; ?>
  49. /cate/<?php echo $this->_tpl_vars['v']['id']; ?>
  50. /<?php echo $this->_tpl_vars['url']; ?>
  51. "><img src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  52. /public/static/img/bg_alpha.png" data-ks-lazyload="<?php echo $this->_tpl_vars['v']['icon']; ?>
  53. "><span><?php echo $this->_tpl_vars['v']['name']; ?>
  54. </span></a></li>
  55. <?php endforeach; endif; unset($_from); ?>
  56. </ul>
  57. </section>
  58. <?php endif; ?>
  59. <?php if ($this->_tpl_vars['userEventsData']): ?>
  60. <section class="userlist">
  61. <h2>获得福利</h2>
  62. <ul>
  63. <?php $_from = $this->_tpl_vars['userEventsData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  64. foreach ($_from as $this->_tpl_vars['v']):
  65. ?>
  66. <li><img src="<?php echo $this->_tpl_vars['v']['user']['headimgurl']; ?>
  67. "><span><?php echo $this->_tpl_vars['v']['user']['mobile']; ?>
  68. 的用户 <?php echo $this->_tpl_vars['v']['user']['cdate']; ?>
  69. 获得 <?php echo $this->_tpl_vars['v']['user']['events']; ?>
  70. 活动奖品。</span></li>
  71. <?php endforeach; endif; unset($_from); ?>
  72. </ul>
  73. </section>
  74. <?php endif; ?>
  75. <?php if ($this->_tpl_vars['eventsData']): ?>
  76. <section class="cardlist">
  77. <h2>热门活动</h2>
  78. <?php $_from = $this->_tpl_vars['eventsData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  79. foreach ($_from as $this->_tpl_vars['events']):
  80. ?>
  81. <dl>
  82. <dt><a href="<?php echo $this->_tpl_vars['events']['url']; ?>
  83. "><img src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  84. /public/static/img/bg_alpha.png" data-ks-lazyload="<?php echo $this->_tpl_vars['events']['img_url']; ?>
  85. "></a></dt>
  86. <dd><h5><?php echo $this->_tpl_vars['events']['events_name']; ?>
  87. </h5></dd>
  88. <dd><span class="time">
  89. <?php if ($this->_tpl_vars['events']['rday'] >= 1): ?>
  90. <em class="icon-time"></em>剩余<?php echo $this->_tpl_vars['events']['rday']; ?>
  91. 天</span>
  92. <?php else: ?>
  93. 已结束
  94. <?php endif; ?>
  95. <span>参与<?php echo $this->_tpl_vars['events']['user_total']; ?>
  96. 人</span>
  97. </dd>
  98. </dl>
  99. <?php endforeach; endif; unset($_from); ?>
  100. </section>
  101. <?php endif; ?>
  102. <script>
  103. KISSY.use('node, io, gallery/datalazyload/2.0/index', function (S, Node, IO, Datalazyload) {
  104. var $ = S.all;
  105. var lock = false;
  106. new Datalazyload({
  107. load: function(el){
  108. if (lock) return false;
  109. lock = true;
  110. var requesrUrl = $(el).attr('data-request-url');
  111. var page = Number($(el).attr('data-page'));
  112. var totals = Number($(el).attr('data-totals'));
  113. if (!requesrUrl) {
  114. lock = false;
  115. return false;
  116. }
  117. if (page > totals) {
  118. $('.loading').hide();
  119. return false;
  120. }
  121. IO.get(
  122. requesrUrl
  123. , {page: page}
  124. , function (data) {
  125. if (data.ok) {
  126. var next_page = page + 1;
  127. $('#loadPage').attr('data-page', next_page);
  128. var new_dl = $(data.msg);
  129. $(".vogue_top_list").append(new_dl);
  130. new Datalazyload();
  131. lock = false;
  132. if (next_page > totals) {
  133. $('.loading').hide();
  134. }
  135. }
  136. }
  137. , 'json'
  138. );
  139. }
  140. });
  141. });
  142. //判断当前页图片加载完成loading消失
  143. /* $(".vogue_top_list").find("img").load(function(){
  144. $(this).parent().css("background","none");
  145. }); */
  146. </script>
  147. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  148. $this->_smarty_include(array('smarty_include_tpl_file' => "bottom.html", 'smarty_include_vars' => array()));
  149. $this->_tpl_vars = $_smarty_tpl_vars;
  150. unset($_smarty_tpl_vars);
  151. ?>
  152. <script type="text/javascript" src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  153. /haili/js/index.js"></script>