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
Rock Zhang
9 years ago
Commit
4c3cfa6bfc3c8462d70d64ec62e253707bbeebaa
1 parent
059bb33b
修复android登录问题
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 @
4c3cfa6
...
...
@@ -17,7 +17,7 @@
</div>
<script
type=
"text/javascript"
>
setTimeout(function
()
{
location.href
=
'{{
activityUrl
}
}';
location.href
=
'{{
{activityUrl
}
}}';
//
location.href
=
'
{
{activityUrl
}
}?openby:yohobuy=
{
"action"
:
"go.h5"
,
"params"
:{
"title"
:
"元宵抽签"
,
"url"
:
"{{activityUrl}}"
,
"share"
:
"\/operations\/api\/v5\/webshare\/getShare"
,
"shareparam"
:{
"share_id"
:
"1"
},
"param"
:{
"share_id"
:
"1"
}}}
';
},
2000
);
...
...
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
View file @
4c3cfa6
...
...
@@ -135,7 +135,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":"'
.
$activityUrl
.
'","islogin":"N"}}'
:
$activityUrl
,
'activityUrl'
=>
!
$this
->
isWeixin
()
?
$activityUrl
.
'?openby:yohobuy={"action":"go.h5","params":{"url":"'
.
$activityUrl
.
'","islogin":"N"
,"param":{"from":"app"},"share":"'
.
$activityUrl
.
'","shareparam":{"share_id":"1"}
}}'
:
$activityUrl
,
'staticJS'
=>
array
(
'wait.js'
),
...
...
Please
register
or
login
to post a comment