瀏覽代碼

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

theo 3 年之前
父節點
當前提交
4c0957896c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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){
             $userInfo['REAL_NAME'] = $user['REAL_NAME'];
             $allChildUser = UserNetwork::getFirstFloorChildren($userId);
-            $isLocation = [1 => '左-', 2 => '右-'];
+            $isLocation = [1 => 'Left-', 2 => 'Right-'];
             if($allChildUser) {
                 foreach ($allChildUser as $child) {
                     if ($child['RELATIVE_LOCATION']<'3'){
-                        $isLocation[$child['RELATIVE_LOCATION']].= '';
+                        $isLocation[$child['RELATIVE_LOCATION']].= 'Full';
                     }
                 }
             }