Commit e82ab842 authored by zhuwei's avatar zhuwei

bug

parent f8c1da70
......@@ -170,20 +170,15 @@ class ImageDepot extends Basic
public function ceshi(){
/* $ImageDepotService = new ImageDepotService();
$res = $ImageDepotService->getImage('商场美食1');*/
$indoor_img_id = 1;
// $outdoor_img_id = 2;
if($indoor_img_id){
$arr[]=$indoor_img_id;
$a = 1;
dump($a);
dump('============');
if($a == 2){
}
dump('============');
if($outdoor_img_id){
$arr[]=$outdoor_img_id;
}
dump(implode(',',$arr));
dump($a);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment