Browse Source

crm giuide

zz 5 years ago
parent
commit
d809f24b9f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Wap/Web/WelcomeController.php

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

@@ -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'];
         }