Authored by hf

fixes bug to cuxiao huodong android newuser click link

@@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
3 use Action\HuodongAction; 3 use Action\HuodongAction;
4 use Plugin\Helpers; 4 use Plugin\Helpers;
5 use LibModels\Wap\Cuxiao\ActivityData; 5 use LibModels\Wap\Cuxiao\ActivityData;
6 -use Api\Sign;  
7 use Api\Yohobuy; 6 use Api\Yohobuy;
8 7
9 /** 8 /**
@@ -345,7 +344,7 @@ class CouponController extends HuodongAction @@ -345,7 +344,7 @@ class CouponController extends HuodongAction
345 $urlNewuser = Helpers::url('/cuxiao/coupon/newuser'); 344 $urlNewuser = Helpers::url('/cuxiao/coupon/newuser');
346 $urlYohope = Helpers::url('/cuxiao/coupon/yohope'); 345 $urlYohope = Helpers::url('/cuxiao/coupon/yohope');
347 $urlHelp = Helpers::url('/cuxiao/coupon/help'); 346 $urlHelp = Helpers::url('/cuxiao/coupon/help');
348 - $urlMycoupon = Helpers::url('/home/coupons'); 347 + $urlMycoupon = Helpers::url('/home/coupons', null, 'default');
349 $urlEncode = strtr($urlNewuser, array('/' => '\\/')); 348 $urlEncode = strtr($urlNewuser, array('/' => '\\/'));
350 349
351 $this->_view->display('newuser', array( 350 $this->_view->display('newuser', array(