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