zz 6 lat temu
rodzic
commit
790f74fb85

+ 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);
             }