Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
wangqing
2016-01-25 20:44:35 +0800
Commit
b92042eec05e5c5650502f49c2ebea1ab089eb33
1 parent
d2d06a60
增加异常
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/header.js
web-static/js/header.js
View file @
b92042e
...
...
@@ -240,7 +240,7 @@ function actionGoodsCart() {
};
var
params
=
''
;
if
(
typeof
(
domain
)
===
undefined
||
domain
===
''
)
{
if
(
typeof
(
domain
)
===
undefined
||
domain
===
''
)
{
return
false
;
}
params
=
$
.
extend
(
defaults
,
options
);
...
...
Please
register
or
login
to post a comment