Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-03-04 13:50:11 +0800
Commit
16128c488c7a6c72443a852f98e6b38fdc79fd9d
1 parent
03850bd5
增加领券第二期页面
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
4 deletions
template/huodong.m.yohobuy.com/actions/cuxiao/girlday/index.phtml
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
template/huodong.m.yohobuy.com/actions/cuxiao/girlday/index.phtml
0 → 100644
View file @
16128c4
{
{>
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
}
}
...
...
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
View file @
16128c4
...
...
@@ -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有货【春潮新势力】'
,
'static
Version
'
=>
self
::
STATIC_VERSION
,
'static
File
'
=>
self
::
STATIC_VERSION
,
'staticJS'
=>
array
(
'home.js'
),
...
...
@@ -121,4 +121,4 @@ class GirldayController extends HuodongAction
}
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment