Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
郭成尧
9 years ago
Commit
b6285e9d0a573b9a8a5ae79008b2ef7d4c39f81f
1 parent
b3b28920
'favbugfix'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Opt.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Opt.php
View file @
b6285e9
...
...
@@ -76,12 +76,7 @@ class OptController extends AbstractAction
if
(
$isNoLogin
)
{
$playUrl
=
Helpers
::
url
(
'/author/index'
,
''
,
'guang'
);
$playUrlEncode
=
strtr
(
$playUrl
,
array
(
'/'
=>
'\\/'
));
if
(
$isNoLogin
)
{
$jumpUrl
=
$playUrl
.
'?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"'
.
$playUrlEncode
.
'","param":{"from":"app","id"'
.
$id
.
'"yh_channel":'
.
$yhChannel
.
'}},"requesturl":{"url":"","param":{}},"priority":"N"}}'
;
}
else
{
$jumpUrl
=
$playUrl
.
'?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"'
.
$playUrlEncode
.
'","param":{"from":"app","id":"'
.
$id
.
'",""yh_channel":"'
.
$yhChannel
.
'",""uid":"'
.
$uid
.
'"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'
;
}
$jumpUrl
=
$playUrl
.
'?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"'
.
$playUrlEncode
.
'","param":{"from":"app","id":"'
.
$id
.
'",""yh_channel":"'
.
$yhChannel
.
'",""uid":"'
.
$uid
.
'"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'
;
}
}
...
...
Please
register
or
login
to post a comment