|
@@ -132,8 +132,9 @@ class ConfigLogic
|
|
|
return $config;
|
|
return $config;
|
|
|
}
|
|
}
|
|
|
public function getLoginContentConfig(){
|
|
public function getLoginContentConfig(){
|
|
|
- $config = ['login_content'=> ConfigService::get('shop', 'login_content')];
|
|
|
|
|
- return $config;
|
|
|
|
|
|
|
+ return [
|
|
|
|
|
+ 'login_content' => ConfigService::get('shop', 'login_content', '1')
|
|
|
|
|
+ ];
|
|
|
}
|
|
}
|
|
|
/**
|
|
/**
|
|
|
* @notes 获取政策协议
|
|
* @notes 获取政策协议
|