Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
49950e77ce2ce0b98e39ca79be89490098cd3797
2 parents
0fef571e
aa616240
Merge branch 'beta/wap' of git.dev.yoho.cn:web/yohobuy into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
template/huodong.m.yohobuy.com/actions/cuxiao/yuanxiao/wait.phtml
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
template/huodong.m.yohobuy.com/actions/cuxiao/yuanxiao/wait.phtml
View file @
49950e7
...
...
@@ -17,7 +17,7 @@
</div>
<script
type=
"text/javascript"
>
setTimeout(function
()
{
location.href
=
'{{
{activityUrl
}
}}';
location.href
=
'{{
activityUrl
}
}';
},
2000
);
</script>
{
{>
cuxiao/yuanxiao/footer
}
}
...
...
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
View file @
49950e7
...
...
@@ -122,7 +122,7 @@ class YuanxiaoController extends HuodongAction
$this
->
_view
->
display
(
'wait'
,
array
(
'staticTitle'
=>
'2016潮流运势测试'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'activityUrl'
=>
!
$this
->
isWeixin
()
?
$activityUrl
.
'?openby:yohobuy={"action":"go.h5","params":{"url":"'
.
$activityUrlEncode
.
'","islogin":"N","param":{"from":"app
"},"share":"'
.
$activityUrlEncode
.
'","shareparam":{"share_id":"19"}}}'
:
$activityUrl
,
'activityUrl'
=>
$activityUrl
,
//!$this->isWeixin() ? $activityUrl . '?openby:yohobuy={"action":"go.h5","params":{"url":"' . $activityUrlEncode . '","islogin":"N","param":{"share_id":"19
"},"share":"'.$activityUrlEncode.'","shareparam":{"share_id":"19"}}}' : $activityUrl,
'staticJS'
=>
array
(
'wait.js'
),
...
...
Please
register
or
login
to post a comment