|
@@ -679,7 +679,7 @@ class Home extends Base_Controller {
|
|
|
foreach ($tempstatus as $key => $value) {
|
|
|
$list[] = ['name'=>$value,'value'=>'4'.$key];
|
|
|
}
|
|
|
- if ($this->version == 2) {
|
|
|
+ if ($this->os == 2) {
|
|
|
exit(json_result('0000',$this->response['0000'],['list'=>$list]));
|
|
|
}else{
|
|
|
exit(json_result('0000',$this->response['0000'],$list));
|