@ -167,7 +167,7 @@ class Merchant extends Controller
public function getPageStyle(): Json
{
// 新增记录
$style = StyleModel::detail();
$style = StyleModel::detail(1, $this->storeId);
return $this->renderSuccess(compact('style'));
}