|
@@ -2180,11 +2180,11 @@ class WelcomeController extends BaseController
|
|
|
if(!$charge) return '';
|
|
|
if($year_qrcode && OrderService::isYearOrderUser($this->uid) ){
|
|
|
//包年
|
|
|
- return ['title' => '您有500书币待领取>>', 'link' => '/guidestremv2?group=ACTIVE_YEAR&fee=500'];
|
|
|
+ return ['title' => '包年VIP专属爆款小说书单>>', 'link' => '/guidestremv2?group=ACTIVE_YEAR&fee=500'];
|
|
|
}
|
|
|
if($month_qrcode && UserMonthService::isMonthOrderUser($this->uid) ){
|
|
|
//包月
|
|
|
- return ['title' => '您有500书币待领取>>', 'link' => '/guidestremv2?group=ACTIVE_MONTH&fee=500'];
|
|
|
+ return ['title' => '包月VIP专属爆款小说书单>>', 'link' => '/guidestremv2?group=ACTIVE_MONTH&fee=500'];
|
|
|
}
|
|
|
return ['title' => '您有500书币待领取>>', 'link' => '/guidestrem?uid=' . $this->uid . '&fee=500'];
|
|
|
}
|