|
@@ -2413,7 +2413,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') {
|
|
|
+ if ($property == 'none') {
|
|
|
return [
|
|
|
'price' => '7元',
|
|
|
'text' => '7元包周 全站万本精彩小说免费看',
|
|
@@ -2433,7 +2433,7 @@ class WelcomeController extends BaseController
|
|
|
}
|
|
|
$attach = $this->uid % 2 == 0 ? 'show' : 'hide';
|
|
|
if ($attach == 'hide') return '';
|
|
|
- if ($property == 'low') {
|
|
|
+ if ($property == 'none') {
|
|
|
return [
|
|
|
'price' => '7元',
|
|
|
'text' => '7元包周 全站万本精彩小说免费看',
|