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
9f6b95635afa8b39f04d2c7eac1655c6cdd7c8f5
1 parent
60bc59b2
修复新势力领券活动登陆跳转链接错误的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Xinshili.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Xinshili.php
View file @
9f6b956
...
...
@@ -34,7 +34,7 @@ class XinshiliController extends HuodongAction
*/
private
function
checkLogin
()
{
$playUrl
=
Helpers
::
url
(
'/cuxiao/
girlsday
/index'
);
$playUrl
=
Helpers
::
url
(
'/cuxiao/
xinshili
/index'
);
$playUrlEncode
=
strtr
(
$playUrl
,
array
(
'/'
=>
'\\/'
));
$uid
=
$this
->
getLoggedUid
();
...
...
Please
register
or
login
to post a comment