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
8 years ago
Commit
e4bfd9a6e91f073ecd82e98aac6b55bc30e88226
1 parent
6dadb71f
fix cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
e4bfd9a
...
...
@@ -36,7 +36,6 @@ const BUNDLE_PRODUCE = 2; // 量贩
const
BUNDLE_PACKAGE
=
1
;
// 套餐
const
tdk
=
require
(
'../../../utils/getTDK'
);
const
productProcess
=
require
(
'../../../utils/product-process'
);
const
Helpers
=
global
.
yoho
.
helpers
;
const
_getProductAdditionInfoAsync
=
(
data
)
=>
{
return
co
(
function
*
()
{
...
...
Please
register
or
login
to post a comment