...
|
...
|
@@ -235,8 +235,9 @@ class CouponController extends HuodongAction |
|
|
} else {
|
|
|
$isLogged = $this->getUid();
|
|
|
}
|
|
|
$urlBoys = Helpers::url('/cuxiao/coupon/boysbrand2');
|
|
|
$urlGirls = Helpers::url('/cuxiao/coupon/girlsbrand2');
|
|
|
$isPageTwo = time() > 1449417600;
|
|
|
$urlBoys = $isPageTwo ? Helpers::url('/cuxiao/coupon/boysbrand2') : Helpers::url('/cuxiao/coupon/boysbrand');
|
|
|
$urlGirls = $isPageTwo ? Helpers::url('/cuxiao/coupon/girlsbrand2') : Helpers::url('/cuxiao/coupon/girlsbrand');
|
|
|
$urlKids = Helpers::url('/cuxiao/coupon/kidsbrand');
|
|
|
$urlLifestyle = Helpers::url('/cuxiao/coupon/lifestylebrand');
|
|
|
$urlShare = Yohobuy::SERVICE_URL . '/operations/api/v5/webshare/getShare';
|
...
|
...
|
@@ -287,8 +288,9 @@ class CouponController extends HuodongAction |
|
|
$isLogged = $this->getUid();
|
|
|
}
|
|
|
|
|
|
$urlBoys = Helpers::url('/cuxiao/coupon/boysbrand2');
|
|
|
$urlGirls = Helpers::url('/cuxiao/coupon/girlsbrand2');
|
|
|
$isPageTwo = time() > 1449417600;
|
|
|
$urlBoys = $isPageTwo ? Helpers::url('/cuxiao/coupon/boysbrand2') : Helpers::url('/cuxiao/coupon/boysbrand');
|
|
|
$urlGirls = $isPageTwo ? Helpers::url('/cuxiao/coupon/girlsbrand2') : Helpers::url('/cuxiao/coupon/girlsbrand');
|
|
|
$urlKids = Helpers::url('/cuxiao/coupon/kidsbrand');
|
|
|
$urlLifestyle = Helpers::url('/cuxiao/coupon/lifestylebrand');
|
|
|
$urlShare = Yohobuy::SERVICE_URL . '/operations/api/v5/webshare/getShare';
|
...
|
...
|
|