lvhao 9 часов назад
Родитель
Сommit
c763b28485
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Scanimgs.php

+ 1 - 1
core/CoreApp/controllers/Scanimgs.php

@@ -94,7 +94,7 @@ class Scanimgs extends Start_Controller {
 
                     $img_str .= "<div style=''>";
                     foreach($v['imgurl'] as $img){
-                        $img_str .= "<img src='{$this->show_url}{$img}' style='width:150px;height:auto;margin-right:3px'>";
+                        $img_str .= "<img src='{$this->show_url}{$img}' style='width:150px;height:auto;margin-right:3px' onclick='showBigImg(this)'/>";
                     }
                     
                     $img_str .= "</div>";