Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
牛晓林
supervise-front
Commits
fe26f3f5
Commit
fe26f3f5
authored
Aug 09, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 08/09/2019 12:28:53
parent
23df14da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
5 deletions
+22
-5
orgingetscript.js
src/assets/orgingetscript.js
+22
-5
No files found.
src/assets/orgingetscript.js
View file @
fe26f3f5
...
@@ -7868,8 +7868,8 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
...
@@ -7868,8 +7868,8 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
,
q
=
q
+
a
.
XA
+
"v="
+
w
+
"&udt="
+
v
+
"&fn=window."
+
y
,
q
=
q
+
a
.
XA
+
"v="
+
w
+
"&udt="
+
v
+
"&fn=window."
+
y
,
w
=
n
[
o
]
+
"&"
+
q
,
w
=
n
[
o
]
+
"&"
+
q
//xiaolin
//xiaolin
,
w
=
n
[
o
]
+
"¶m="
+
window
.
encodeURIComponent
(
Kb
(
q
));
//, w = n[o] + "&rand="+Math.random()+
"¶m=" + window.encodeURIComponent(Kb(q));
//
, w = n[o] + "/" + window.encodeURIComponent(Kb(q));
,
w
=
n
[
o
]
+
"/"
+
window
.
encodeURIComponent
(
Kb
(
q
));
window
[
y
]
=
function
(
a
)
{
window
[
y
]
=
function
(
a
)
{
clearTimeout
(
i
[
g
].
Ik
);
clearTimeout
(
i
[
g
].
Ik
);
...
@@ -7934,10 +7934,14 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
...
@@ -7934,10 +7934,14 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
pa
(
w
);
pa
(
w
);
//xiaolin
//xiaolin
//改为异步方式处理数据
//改为异步方式处理数据
httpGetAsync
(
w
,
function
(
body
){
// httpGetAsync(w,function(body){
// try{
eval
(
JSON
.
parse
(
body
).
data
)
// eval(JSON.parse(body).data)
})
// }catch{
// console.log(JSON.parse(body).data)
// }
// })
//改为异步请求
//改为异步请求
i
[
g
].
status
=
"loading"
;
i
[
g
].
status
=
"loading"
;
...
@@ -11485,4 +11489,16 @@ function httpGetAsync(theUrl, callback)
...
@@ -11485,4 +11489,16 @@ function httpGetAsync(theUrl, callback)
}
}
xmlHttp
.
open
(
"GET"
,
theUrl
,
true
);
// true for asynchronous
xmlHttp
.
open
(
"GET"
,
theUrl
,
true
);
// true for asynchronous
xmlHttp
.
send
(
null
);
xmlHttp
.
send
(
null
);
}
window
.
onmousewheel
=
function
(
e
){
var
curZoom
=
map
.
getZoom
();
if
(
e
.
deltaY
>
0
){
map
.
setZoom
(
curZoom
-
1
);
}
else
{
map
.
setZoom
(
curZoom
+
1
);
}
}
}
\ No newline at end of file
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