code review by hf: fixes bug to coupon newuser second times
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -532,7 +532,7 @@ class CouponController extends HuodongAction | @@ -532,7 +532,7 @@ class CouponController extends HuodongAction | ||
532 | default: | 532 | default: |
533 | $gender = '1,2,3'; | 533 | $gender = '1,2,3'; |
534 | } | 534 | } |
535 | - $url = Helpers::url('/boys', array(), 'default') . '?openbuy:yohobuy={"action":"go.home","params":{"gender":"' . $gender . '","channel":"' . $channel . '"}}'; | 535 | + $url = Helpers::url('/boys', array(), 'default') . '?openbuy:yohobuy={"action":"go.home","params":{"gender":"' . $gender . '","channel":"' . $channel . '"}}'; |
536 | 536 | ||
537 | $this->_view->display('newuser2-test', array( | 537 | $this->_view->display('newuser2-test', array( |
538 | 'activityId' => 87, //444, // 活动ID | 538 | 'activityId' => 87, //444, // 活动ID |
-
Please register or login to post a comment