Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB-studyChina-20250617
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
RB-studyChina-20250617
Commits
92824a2a
Commit
92824a2a
authored
Jun 23, 2025
by
jtwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
ef10d02a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
41 deletions
+2
-41
output.js
public/released/js/output.js
+1
-1
output.js
src/pages/GamePage/js/output.js
+1
-1
mappage.jsx
src/pages/mapPage/mappage.jsx
+0
-39
No files found.
public/released/js/output.js
View file @
92824a2a
This diff is collapsed.
Click to expand it.
src/pages/GamePage/js/output.js
View file @
92824a2a
This diff is collapsed.
Click to expand it.
src/pages/mapPage/mappage.jsx
View file @
92824a2a
...
...
@@ -48,45 +48,6 @@ class Mappage extends React.Component {
getMapInfo
=
async
()
=>
{
let
res
=
await
API
.
mapInfo
();
res
=
{
"success"
:
true
,
"code"
:
""
,
"message"
:
""
,
"data"
:
{
"spInfoList"
:
[
{
"spId"
:
"sp_landmark1"
,
"name"
:
"北京"
,
"icon"
:
"https://www.baidu.com/tiananmen.png"
,
"unlockFlag"
:
true
},
{
"spId"
:
"sp_landmark2"
,
"name"
:
"上海"
,
"icon"
:
"https://www.baidu.com/dongfangmingzhu.png"
,
"unlockFlag"
:
false
},
{
"spId"
:
"sp_landmark3"
,
"name"
:
"广州"
,
"icon"
:
"https://www.baidu.com/guangzhouta.png"
,
"unlockFlag"
:
false
},
{
"spId"
:
"sp_landmark4"
,
"name"
:
"深圳"
,
"icon"
:
"https://www.baidu.com/shenzhendiwangdasha.png"
,
"unlockFlag"
:
true
},
{
"spId"
:
"sp_landmark5"
,
"name"
:
"杭州"
,
"icon"
:
"https://www.baidu.com/hangzhoudasha.png"
,
"unlockFlag"
:
false
}
]
}
}
console
.
log
(
'res:::::'
,
res
);
if
(
res
?.
success
)
{
this
.
setState
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment