소스 검색

crm giuide

zz 5 년 전
부모
커밋
d809f24b9f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'];
         }