正在显示
1 个修改的文件
包含
0 行增加
和
3 行删除
| @@ -131,10 +131,7 @@ class LoginController extends BaseController | @@ -131,10 +131,7 @@ class LoginController extends BaseController | ||
| 131 | $html = $v['html']; | 131 | $html = $v['html']; |
| 132 | foreach ($srcValues as $srcValue) { | 132 | foreach ($srcValues as $srcValue) { |
| 133 | $image_info = $imageModel->read(['hash'=>$srcValue]); | 133 | $image_info = $imageModel->read(['hash'=>$srcValue]); |
| 134 | - var_dump($image_info); | ||
| 135 | if($image_info !== false){ | 134 | if($image_info !== false){ |
| 136 | - var_dump($image_info); | ||
| 137 | - die(); | ||
| 138 | $path = basename($image_info['path']); | 135 | $path = basename($image_info['path']); |
| 139 | $html = $this->re($html,$srcValue,$path); | 136 | $html = $this->re($html,$srcValue,$path); |
| 140 | } | 137 | } |
-
请 注册 或 登录 后发表评论