作者 lyh

gx

... ... @@ -130,10 +130,10 @@ class LoginController extends BaseController
$imageModel = new Image();
$html = $v['html'];
foreach ($srcValues as $srcValue) {
var_dump($srcValue);
die();
$image_info = $imageModel->read(['hash'=>$srcValue]);
if($image_info !== false){
var_dump($image_info);
die();
$path = basename($image_info['path']);
$html = $this->re($html,$srcValue,$path);
}
... ...