|
|
<?php $this->_extends('layout/default_layout_mobile');?>
|
|
|
<?php $this->_block('main');?>
|
|
|
<?php if(strtotime('2015-09-18 23:59:00') > $this->view->currentday && time() < strtotime('2015-09-18 23:59:00')): //9-18?>
|
|
|
<?php if(strtotime('2015-07-25 23:59:00') > $this->view->currentday && time() < strtotime('2015-07-25 23:59:00')): //9-18?>
|
|
|
<img src="<?php echo SITE_RES.'/images/yohood/comingsoon.jpg';?>" style="width:100%;"/>
|
|
|
<?php else:?>
|
|
|
<div class="scene-tab">
|
|
|
<ul class="clearfix">
|
|
|
<?php $navs = current($this->view->navs);ksort($navs);
|
|
|
foreach($navs as $nav):
|
|
|
if(strtotime('2015-09-18 23:59:00') > $nav['timestamp']) continue;
|
|
|
if(strtotime('2015-07-25 23:59:00') > $nav['timestamp']) continue;
|
|
|
?>
|
|
|
<li
|
|
|
<?php if($nav['timestamp'] == $this->view->currentday && $nav['enable']) echo 'class="current"';
|
...
|
...
|
@@ -63,7 +63,7 @@ |
|
|
})
|
|
|
function getClientShare()
|
|
|
{
|
|
|
return window.json.stringify({title: 'yohood',desc: 'yohood 现场活动',imgUrl: '<?php echo SITE_RES.'/images/yohood/comingsoon.jpg';?>',
|
|
|
return window.json.stringify({title: '2015YO\'HOOD潮流新品嘉年华现场活动大公开!',desc: 'YO\'HOOD潮狂欢一起来!更多明星、品牌现场活动尽在www.yohood.cn。',imgUrl: '<?php echo SITE_RES.'/images/yohood/comingsoon.jpg';?>',
|
|
|
link: '<?php echo SITE_MAIN.'/activity/plan/currentday'.$this->view->currentday; ?>'});
|
|
|
}
|
|
|
</script>
|
...
|
...
|
|