Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-activity
·
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
ping
2016-08-31 20:54:05 +0800
Commit
f1f61cf8484206c4d02f765def7705d4603589a2
1 parent
a15fd280
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
web/src/main/webapp/brand/index.html
web/src/main/webapp/brand/index.html
View file @
f1f61cf
...
...
@@ -222,7 +222,6 @@
//获取url的uid
function
GetRequest
()
{
var
url
=
location
.
search
;
//获取url中"?"符后的字串
alert
(
url
);
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
1
);
...
...
Please
register
or
login
to post a comment