Authored by 毕凯

增加领券第二期页面

{{> cuxiao/xinshili/header}}
<div class="main-wrap home">
<div class="header"></div>
<a class="coupon" href="{{couponUrl}}"></a>
<div class="share">
快去分享给小伙伴吧 <span class="arrow"></span>
</div>
<a class="banner" href="{{banner.url}}">
<img src="{{banner.img}}">
</a>
{{#unless isApp}}
<div class="download">
<a class="weixin" href="{{weixinUrl}}">
关注有货微信 <span class="arrow"></span>
</a>
<a class="app" href="{{appUrl}}">
下载YOHO!BUY有货APP <span class="arrow"></span>
</a>
</div>
{{/unless}}
<div class="footer">
</div>
</div>
<div class="mask hide">
<div class="pengyouquan">
</div>
<div class="arrow">
</div>
<p>
点击右上角<br>
微信分享至朋友圈
</p>
</div>
<div class="tip-wrap hide">
<div class="tip hide fail">
<div class="title">
领取失败<br>
请刷新重新领取
</div>
<div class="desc">
如多次领取失败,请联系客服人员<br>
带来不便敬请谅解
</div>
<a class="button" href="">
刷新
</a>
</div>
</div>
<div class="tip-wrap hide">
<div class="tip hide geted">
<div class="title">
你已领取过优惠券
</div>
<div class="sub-title">
快去分享给更多<br>
喜爱<span class="title">潮流</span>的小伙伴吧!
</div>
<a class="button close" href="">
返回
</a>
</div>
</div>
{{#if isApp}}
<input type="hidden" value="{{getCouponUrl}}" id="getCouponUrl">
{{/if}}
{{> cuxiao/xinshili/footer}}
... ...
... ... @@ -14,8 +14,8 @@ use Plugin\Helpers;
*/
class GirldayController extends HuodongAction
{
const STATIC_VERSION = 'http://cdn.yoho.cn/huodong/2016girlday/1.0.0';
// const STATIC_VERSION = 'http://localhost:2222/1.0.1';
const STATIC_VERSION = 'http://cdn.yoho.cn/huodong/2016xinshili-2/1.0.1';
/**
* 检测登录状态
... ... @@ -61,7 +61,7 @@ class GirldayController extends HuodongAction
$this->_view->display('index', array(
'staticTitle' => 'YOHO!BUY有货【春潮新势力】',
'staticVersion' => self::STATIC_VERSION,
'staticFile' => self::STATIC_VERSION,
'staticJS' => array(
'home.js'
),
... ... @@ -121,4 +121,4 @@ class GirldayController extends HuodongAction
}
}
}
\ No newline at end of file
}
... ...