lvhao 11 시간 전
부모
커밋
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=''>";
                     $img_str .= "<div style=''>";
                     foreach($v['imgurl'] as $img){
                     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>";
                     $img_str .= "</div>";