Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Mobile-SH
Overview
Overview
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GoMax
Mobile-SH
Commits
35cab792
Commit
35cab792
authored
Apr 27, 2023
by
肖小磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XSS漏洞修复
parent
478f163e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
index.html
+1
-1
No files found.
index.html
View file @
35cab792
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
function
LoadData
()
{
function
LoadData
()
{
var
url
=
CurUrl
+
"Store/GoMaxH5_/"
;
var
url
=
CurUrl
+
"Store/GoMaxH5_/"
;
//var url = "http://localhost:58947";
//var url = "http://localhost:58947";
var
StoreID
=
$
.
trim
(
$
(
"#txtPosID"
).
val
());
var
StoreID
=
$
.
trim
(
$
(
"#txtPosID"
).
val
()
.
replace
(
'>'
,
""
).
replace
(
"<"
,
''
)
);
$
(
"#store_no"
).
html
(
StoreID
);
$
(
"#store_no"
).
html
(
StoreID
);
if
(
StoreID
&&
StoreID
!=
""
)
{
if
(
StoreID
&&
StoreID
!=
""
)
{
var
token
=
localStorage
.
token
;
var
token
=
localStorage
.
token
;
...
...
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