|
...
|
...
|
@@ -340,9 +340,9 @@ class ImageController extends Controller |
|
|
|
* @time :2023/6/29 11:48
|
|
|
|
*/
|
|
|
|
public function getImageList(){
|
|
|
|
$imageModel = new ImageModel();
|
|
|
|
var_dump(1111);
|
|
|
|
die();
|
|
|
|
$imageModel = new ImageModel();
|
|
|
|
$lists = $imageModel->lists($this->map,$this->page,$this->row);
|
|
|
|
|
|
|
|
if(!empty($lists) && !empty($lists['list'])){
|
...
|
...
|
|