Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
biao
2015-12-21 15:01:33 +0800
Commit
24c52379fda50c18c384a27585b93182345f2196
1 parent
2c6b3cbe
库存不足提示字样更新. code review by zhaobiao
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 @
24c5237
...
...
@@ -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