Explorar el Código

报单页面,左右满,改成英文

theo hace 3 años
padre
commit
4c0957896c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      frontendApi/modules/v1/controllers/UserController.php

+ 2 - 2
frontendApi/modules/v1/controllers/UserController.php

@@ -432,11 +432,11 @@ class UserController extends BaseController {
         if($user){
         if($user){
             $userInfo['REAL_NAME'] = $user['REAL_NAME'];
             $userInfo['REAL_NAME'] = $user['REAL_NAME'];
             $allChildUser = UserNetwork::getFirstFloorChildren($userId);
             $allChildUser = UserNetwork::getFirstFloorChildren($userId);
-            $isLocation = [1 => '左-', 2 => '右-'];
+            $isLocation = [1 => 'Left-', 2 => 'Right-'];
             if($allChildUser) {
             if($allChildUser) {
                 foreach ($allChildUser as $child) {
                 foreach ($allChildUser as $child) {
                     if ($child['RELATIVE_LOCATION']<'3'){
                     if ($child['RELATIVE_LOCATION']<'3'){
-                        $isLocation[$child['RELATIVE_LOCATION']].= '';
+                        $isLocation[$child['RELATIVE_LOCATION']].= 'Full';
                     }
                     }
                 }
                 }
             }
             }