作者 lyh

gx项目seo菜单默认显示6.0

@@ -82,9 +82,9 @@ class DownloadProject extends Command @@ -82,9 +82,9 @@ class DownloadProject extends Command
82 if($v['type'] == 1){ 82 if($v['type'] == 1){
83 $status = '建站中'; 83 $status = '建站中';
84 }elseif ($v['type'] == 2){ 84 }elseif ($v['type'] == 2){
85 - $status = '建站后';  
86 - }elseif ($v['type'] == 3){  
87 $status = '优化中'; 85 $status = '优化中';
  86 + }elseif ($v['type'] == 3){
  87 + $status = '建站后';
88 }else{ 88 }else{
89 $status = ''; 89 $status = '';
90 } 90 }