Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-12-14 20:57:49 +0800
Commit
e2b6ee170566b33bdc69425995fcb5a1ceacfadb
1 parent
7fa7a40d
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
public/js/product/detail.page.js
public/scss/product/_detail.css
public/js/product/detail.page.js
View file @
e2b6ee1
...
...
@@ -314,7 +314,7 @@ bindEvent.add(function() {
// 是否能:量贩购买
function
canBundleBuy
()
{
return
goodsBaseNum
<
maxStock
;
return
goodsBaseNum
<
=
maxStock
;
}
// 重置Num显示为最小购买数
...
...
public/scss/product/_detail.css
View file @
e2b6ee1
...
...
@@ -533,6 +533,7 @@
&
.focus
{
color
:
#fff
;
background
:
#222
;
border
:
1px
solid
#222
;
}
}
}
...
...
Please
register
or
login
to post a comment