作者 lyh

gx

@@ -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 }