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
Plain Diff
Browse Files
Authored by
周少峰
2017-01-13 11:40:33 +0800
Commit
1798f2dd1445717e9399c3e662e24baa76f575c2
2 parents
b531c3de
3bc1ad01
Merge branch 'hotfix/remove-detail-coupon' into 'master'
fix coupon See merge request
!52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
1798f2d
...
...
@@ -1236,8 +1236,7 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
}
// 优惠券
//result.coupon = _getCoupon(coupon);
result
.
coupon
=
[];
result
.
coupon
=
_getCoupon
(
coupon
);
// 有货币
if
(
!
_
.
includes
([
''
,
'0'
],
propOrigin
(
'yohoCoinNum'
)))
{
...
...
Please
register
or
login
to post a comment