Authored by hf

code review by hf: fixes bug to coupon newuser second times

@@ -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