소스 검색

title test

zz 6 년 전
부모
커밋
790f74fb85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Wap/Web/WelcomeController.php

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

@@ -382,7 +382,7 @@ class WelcomeController extends BaseController
         if ($force_subscribe) {
             $force_subscribe_official = OfficialAccountService::officialAccountByAppid(['appid' => $force_subscribe->appid]);
             if ($force_subscribe_official) {
-                $title = $force_subscribe_official['nickname'];
+                $title = $force_subscribe_official->nickname;
                 $get_force_subscribe_name = true;
                 Cookie::queue('force_subscribe_name', $title, 12 * 3600);
             }