lvhao 1 月之前
父节点
当前提交
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>";