作者 邓超

x

... ... @@ -62,7 +62,7 @@ class Home extends Base {
)
);
app()->_json(['data'=>$lists]);
app()->_json(['data'=>$lists?:[]]);
}
... ...