Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
2016-07-19 09:35:09 +0800
Commit
86ec2345a43331687da17ab3b94a10dcb201e960
2 parents
a06b2dd6
4fbfa344
Merge remote-tracking branch 'remotes/origin/release/4.8'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
web-static/js/cart/cart.js
web-static/js/cart/cart.js
View file @
86ec234
...
...
@@ -608,6 +608,8 @@ function countAJAX(data) {
}).
then
(
function
(
d
)
{
if
(
d
.
code
===
200
)
{
window
.
history
.
go
(
0
);
}
else
{
new
Alert
(
d
.
message
===
''
?
'加入购物车失败哦~~'
:
d
.
message
).
show
();
}
countBusy
=
false
;
});
...
...
Please
register
or
login
to post a comment