|
@@ -461,15 +461,15 @@ class WelcomeController extends BaseController
|
|
|
if ($sites && in_array($this->distribution_channel_id, explode(',', $sites))) {
|
|
|
$is_show_activity = 1;
|
|
|
$bottom_show_type = 2;
|
|
|
- $old_discount_coupon = DB::table('discount_coupons')->where('uid', $this->uid)->whereIn('activity_id', [643, 827,1104])->count();
|
|
|
+ /*$old_discount_coupon = DB::table('discount_coupons')->where('uid', $this->uid)->whereIn('activity_id', [643, 827,1104])->count();
|
|
|
if ($old_discount_coupon) {
|
|
|
$activity_img = 'https://cdn-novel.iycdm.com/h5/activity-2019-05-10/reader-80.jpg';
|
|
|
} else {
|
|
|
$activity_img = 'https://cdn-novel.iycdm.com/h5/activity-2019-05-10/reader-50.jpg';
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
- //$activity_img = 'https://cdn-novel.iycdm.com/h5/activity-2018-12-20/reader-banner.jpg';
|
|
|
- $url = $h5_scheme . '://' . _domain() . '/sale/yearActivity?fromtype=reader-year';
|
|
|
+ $activity_img = 'https://cdn-novel.iycdm.com/h5/activity-2019-06-20/3800.jpg';
|
|
|
+ $url = $h5_scheme . '://' . _domain() . '/activity/common?token=7fvWK3QnYadTFMAGZ5tURUvKDwwNomSt&fromtype=reader-year';
|
|
|
}
|
|
|
}
|
|
|
}
|