Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
ccbikai(👎🏻🍜)
2017-01-13 11:22:55 +0800
Commit
6e684a8d9fd8d3c5d1ba879ab4b33e349541e15c
1 parent
e5ef6d24
服务端降级
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/models/detail.js
apps/product/models/new-detail.js
apps/product/models/detail.js
View file @
6e684a8
...
...
@@ -410,7 +410,7 @@ const _detailDataPkg = (origin, ua) => {
);
// 商品有限购、秒杀、定金预售、普通预售 不显示领券
// 20170113 要求关闭商品详情页面领券功能
dest
.
showCoupon
=
false
;
//
dest.showCoupon = false;
return
dest
;
};
...
...
apps/product/models/new-detail.js
View file @
6e684a8
...
...
@@ -82,7 +82,7 @@ const tool = {
);
// 商品有限购、秒杀、定金预售、普通预售 不显示领
// 20170113 要求关闭商品详情页面领券功能
dest
.
showCoupon
=
false
;
//
dest.showCoupon = false;
// 商品信息
if
(
origin
.
goods_list
.
length
)
{
...
...
Please
register
or
login
to post a comment