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-20 14:37:21 +0800
Commit
06723fb8e50ce0d537575e4883e82305feb5070c
1 parent
4dd32ad9
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
apps/product/views/partial/product/price-list.hbs
public/js/product/detail.page.js
public/scss/product/_detail.css
apps/product/views/partial/product/price-list.hbs
View file @
06723fb
...
...
@@ -44,10 +44,6 @@
<span
class=
"promotion"
>
{{
promotion
}}
折
</span>
{{/if}}
{{#if
presalePrice
}}
<span
class=
"arrival-date"
>
上市期:
{{
arrivalDate
}}
</span>
{{/if}}
{{#
vipPrice
}}
<span
class=
"vip-price"
>
{{#if
unLogin
}}
...
...
@@ -70,3 +66,7 @@
</span>
{{/
vipPrice
}}
</span>
{{#if
presalePrice
}}
<div
class=
"arrival-date"
>
上市期:
{{
arrivalDate
}}
</div>
{{/if}}
...
...
public/js/product/detail.page.js
View file @
06723fb
...
...
@@ -315,7 +315,7 @@ bindEvent.add(function() {
// 是否能:量贩购买,量贩小于库存才能购买
function
canBundleBuy
()
{
if
(
maxStock
===
-
1
)
{
// 未选中状态
return
tru
e
;
return
fals
e
;
}
else
{
return
goodsBaseNum
<=
maxStock
;
}
...
...
public/scss/product/_detail.css
View file @
06723fb
...
...
@@ -244,13 +244,13 @@
}
.arrival-date
{
display
:
inline-
block
;
display
:
block
;
color
:
#ee0014
;
font-size
:
1
3
px
;
font-size
:
1
5
px
;
font-weight
:
bold
;
margin-left
:
24px
;
height
:
17px
;
padding-top
:
3px
;
line-height
:
22px
;
}
.desc
{
...
...
Please
register
or
login
to post a comment