zz před 5 roky
rodič
revize
44ffb37dd3

+ 2 - 2
app/Http/Controllers/Wap/Web/WelcomeController.php

@@ -2314,7 +2314,7 @@ class WelcomeController extends BaseController
             if (!UserMonthService::isSignMonth($openid)) {
                 $start_time = redisEnv('MONTH_TEMPLATE_COMPARE_START_TIME', 0);
                 if (!$start_time || (strtotime($this->user->created_at) < $start_time)) {
-                    if ($property == 'low' && in_array($this->distribution_channel_id,[2])) {
+                    if ($property == 'low' && in_array($this->distribution_channel_id,[2,5,14,123])) {
                         return [
                             'price' => '7元',
                             'text' => '7元包周 全站万本精彩小说免费看',
@@ -2334,7 +2334,7 @@ class WelcomeController extends BaseController
                 }
                 $attach = $this->uid % 2 == 0 ? 'show' : 'hide';
                 if ($attach == 'hide') return '';
-                if ($property == 'low' && in_array($this->distribution_channel_id,[2])) {
+                if ($property == 'low' && in_array($this->distribution_channel_id,[2,5,14,123])) {
                     return [
                         'price' => '7元',
                         'text' => '7元包周 全站万本精彩小说免费看',