Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
08daec2f82fd817f4ed5603481bf7df24a5223d1
1 parent
db66827c
修改坐标
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
website/controller/Mobileapi.class.php
website/controller/Mobileapi.class.php
View file @
08daec2
...
...
@@ -184,8 +184,8 @@ class Controller_MobileApi extends Controller_Abstract
$x
=
$y
=
0
;
if
(
$booth
[
'floor'
]
==
1
)
{
$x
=
strval
(
intval
(
$booth
[
'x'
])
/
3802.0
);
$y
=
strval
(
intval
(
$booth
[
'y'
])
/
2019.0
);
$x
=
strval
(
intval
(
$booth
[
'x'
]
-
25
)
/
3802.0
);
$y
=
strval
(
intval
(
$booth
[
'y'
]
-
10
)
/
2019.0
);
}
else
if
(
$booth
[
'floor'
]
==
4
)
{
...
...
Please
register
or
login
to post a comment