Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-02-22 13:30:15 +0800
Commit
0fef571eb7044192bdd5844ec934d3dbd4185351
1 parent
02c12ebb
元宵活动 首页点击区域增大
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
template/huodong.m.yohobuy.com/actions/cuxiao/yuanxiao/index.phtml
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
template/huodong.m.yohobuy.com/actions/cuxiao/yuanxiao/index.phtml
View file @
0fef571
{
{>
cuxiao/yuanxiao/header
}
}
<div
class=
"main-wrap home"
>
<div
class=
"header"
></div>
<div
class=
"people"
>
<div
class=
"flower flower-l"
></div>
<div
class=
"flower flower-r"
></div>
</div>
<a
class=
"start"
href=
"{{playUrl}}"
></a>
<div
class=
"footer"
>
<a
class=
"arrow animated infinite pulse"
href=
"{{playUrl}}"
></a>
<div
class=
"yohobuy"
></div>
</div>
<a
href=
"{{playUrl}}"
>
<div
class=
"people"
>
<div
class=
"flower flower-l"
></div>
<div
class=
"flower flower-r"
></div>
</div>
<div
class=
"start"
></div>
<div
class=
"footer"
>
<div
class=
"arrow animated infinite pulse"
></div>
<div
class=
"yohobuy"
></div>
</div>
</a>
</div>
{
{>
cuxiao/yuanxiao/footer
}
}
...
...
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
View file @
0fef571
...
...
@@ -9,8 +9,8 @@ use Plugin\Helpers;
*/
class
YuanxiaoController
extends
HuodongAction
{
// const STATIC_FILE = 'http://localhost:2222/assets/1.1.3';
const
STATIC_FILE
=
'http://cdn.yoho.cn/huodong/2016yuanxiao/1.1.5'
;
// const STATIC_FILE = 'http://localhost:2222/assets/1.1.6';
const
STATIC_FILE
=
'http://cdn.yoho.cn/huodong/2016yuanxiao/1.1.6'
;
const
ENCRYPT_KEY
=
'iamgtskkwhoareyou'
;
/**
...
...
@@ -254,7 +254,7 @@ class YuanxiaoController extends HuodongAction
*/
private
function
checkNeedShare
()
{
// Android
// Android
if
(
$this
->
_isApp
)
{
return
true
;
}
...
...
@@ -269,7 +269,7 @@ class YuanxiaoController extends HuodongAction
return
false
;
}
/**
* 判断是否是微信访问
*/
...
...
Please
register
or
login
to post a comment