Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
580dd4b636643165b6b64f5e51b76e1afcd12e87
1 parent
af1452cf
fixes bug to cuxiao huodong android newuser click link
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Coupon.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Coupon.php
View file @
580dd4b
...
...
@@ -3,7 +3,6 @@
use
Action\HuodongAction
;
use
Plugin\Helpers
;
use
LibModels\Wap\Cuxiao\ActivityData
;
use
Api\Sign
;
use
Api\Yohobuy
;
/**
...
...
@@ -345,7 +344,7 @@ class CouponController extends HuodongAction
$urlNewuser
=
Helpers
::
url
(
'/cuxiao/coupon/newuser'
);
$urlYohope
=
Helpers
::
url
(
'/cuxiao/coupon/yohope'
);
$urlHelp
=
Helpers
::
url
(
'/cuxiao/coupon/help'
);
$urlMycoupon
=
Helpers
::
url
(
'/home/coupons'
);
$urlMycoupon
=
Helpers
::
url
(
'/home/coupons'
,
null
,
'default'
);
$urlEncode
=
strtr
(
$urlNewuser
,
array
(
'/'
=>
'\\/'
));
$this
->
_view
->
display
(
'newuser'
,
array
(
...
...
Please
register
or
login
to post a comment