|
...
|
...
|
@@ -271,12 +271,12 @@ class LoginController extends BaseController |
|
|
|
$image_info = $imageModel->read(['hash'=>$srcValue]);
|
|
|
|
if($image_info !== false){
|
|
|
|
$path = $image_info['path'];
|
|
|
|
$data['html'] = str_replace(
|
|
|
|
$v['html'] = str_replace(
|
|
|
|
'/a/image/'.$srcValue,
|
|
|
|
$path,
|
|
|
|
$v['html']
|
|
|
|
);
|
|
|
|
$templateModel->edit(['html'=>$data['html']],['id'=>$v['id']]);
|
|
|
|
$templateModel->edit(['html'=>$v['html']],['id'=>$v['id']]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|