正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论