Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
2016-09-09 15:25:00 +0800
Commit
2fbf3e8673167a7601a169e7c7e99bd6b9132ae8
1 parent
07e06f64
商品详情页接口修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/item-handler.js
apps/product/models/item-handler.js
View file @
2fbf3e8
...
...
@@ -439,7 +439,7 @@ const setProductData = base => {
}
// 限购商品
if
(
base
.
isLimitBuy
===
'Y'
)
{
if
(
base
.
isLimitBuy
===
true
)
{
let
isBeginSale
=
(
base
.
saleStatus
&&
+
base
.
saleStatus
)
===
1
;
// 是否开售
let
showStatus
=
1
;
// 限购商品有关的展示状态
...
...
Please
register
or
login
to post a comment