正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -272,7 +272,7 @@ class LoginController extends BaseController | @@ -272,7 +272,7 @@ class LoginController extends BaseController | ||
| 272 | $image_info = $imageModel->read(['hash' => $srcValue]); | 272 | $image_info = $imageModel->read(['hash' => $srcValue]); |
| 273 | if ($image_info !== false) { | 273 | if ($image_info !== false) { |
| 274 | $path = $image_info['path']; | 274 | $path = $image_info['path']; |
| 275 | - $html = $this->re($html, $srcValue, $path); | 275 | + $html = $this->re($html, '/a/image/'.$srcValue, $path); |
| 276 | } | 276 | } |
| 277 | } | 277 | } |
| 278 | $templateModel->edit(['html'=>$html],['id'=>$v['id']]); | 278 | $templateModel->edit(['html'=>$html],['id'=>$v['id']]); |
-
请 注册 或 登录 后发表评论