Pārlūkot izejas kodu

空间预约小程序码

lizhen 1 dienu atpakaļ
vecāks
revīzija
bddc582950
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      application/index/controller/Index.php

+ 1 - 1
application/index/controller/Index.php

@@ -55,7 +55,7 @@ class Index extends Controller
 
 
         file_put_contents($path, $result);
         file_put_contents($path, $result);
 
 
-        $this->assign('mini_path',httpurllocal($path2));
+        $this->assign('mini_path',localpath_to_netpath($path2));
         return $this->fetch('index');
         return $this->fetch('index');
 //        echo '<html><body><img src="'.httpurllocal($path2).'"></body></html>';
 //        echo '<html><body><img src="'.httpurllocal($path2).'"></body></html>';
     }
     }