Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
uedxwg
2015-12-21 09:47:24 +0800
Commit
d8d8d3fc1542a5b533dd81e84e92f0da4af70cfc
1 parent
a2459da6
'update'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/chose-panel.js
static/js/cart/chose-panel.js
View file @
d8d8d3f
...
...
@@ -302,7 +302,7 @@ $yohoPage.on('touchstart', '#chose-btn-sure', function() {
if
(
isNaN
(
num
))
{
tip
.
show
(
'您选择的数量不是一个数字~'
);
return
;
}
;
}
//TODO status change
if
(
$
(
'#chose-btn-sure'
).
html
()
===
'已售罄'
)
{
...
...
Please
register
or
login
to post a comment