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
Plain Diff
Browse Files
Authored by
赵彪
2015-12-21 15:04:32 +0800
Commit
5652976dad1437bed7090c755ac4a9119ffbfe76
2 parents
6fb954d0
24c52379
Merge branch 'fix/issue' into 'develop'
修改库存不足提示字样 See merge request !54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
5652976
...
...
@@ -66,7 +66,7 @@ $('.freebie').on('touchend', function() {
$
(
'.btn-balance'
).
on
(
'touchend'
,
function
()
{
if
(
$
(
'.low-stocks'
).
length
>
0
)
{
tip
.
show
(
'
请先删除库存不足商品
'
);
tip
.
show
(
'
库存不足无法结算
'
);
return
false
;
}
...
...
Please
register
or
login
to post a comment