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
郝肖肖
8 years ago
Commit
4348b11dcd26d5dc45397a239c26ef0440a967e4
1 parent
c01f8d6f
'促销下拉显示title'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
apps/cart/models/cart-helper.js
config/common.js
apps/cart/models/cart-helper.js
View file @
4348b11
...
...
@@ -265,7 +265,7 @@ const formatPromotionInfos = (infoList) => {
return
{
cutdownAmount
:
it
.
cutdown_amount
,
promotionId
:
it
.
promotion_id
,
promotionDesc
:
identIconReplace
(
it
.
promotion_
desc
),
promotionDesc
:
identIconReplace
(
it
.
promotion_
title
),
promotionType
:
it
.
promotion_type
,
tag
:
PROMOTION_TYPE_TAG_MAP
[
it
.
promotion_type
]
};
...
...
config/common.js
View file @
4348b11
...
...
@@ -17,18 +17,18 @@ module.exports = {
cookieDomain
:
'.yohobuy.com'
,
domains
:
{
// test3
// singleApi: 'http://api-test3.yohops.com:9999/',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
// serviceNotify: 'http://service-test3.yohops.com:9999/',
// global: 'http://global-test-soa.yohops.com:9999/',
singleApi
:
'http://api-test3.yohops.com:9999/'
,
api
:
'http://api-test3.yohops.com:9999/'
,
service
:
'http://service-test3.yohops.com:9999/'
,
serviceNotify
:
'http://service-test3.yohops.com:9999/'
,
global
:
'http://global-test-soa.yohops.com:9999/'
,
// prod
singleApi
:
'http://single.yoho.cn/'
,
api
:
'http://api.yoho.cn/'
,
service
:
'http://service.yoho.cn/'
,
serviceNotify
:
'http://service.yoho.cn/'
,
global
:
'http://api-global.yohobuy.com/'
,
// singleApi: 'http://single.yoho.cn/',
// api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
// serviceNotify: 'http://service.yoho.cn/',
// global: 'http://api-global.yohobuy.com/',
// gray
// singleApi: 'http://single.gray.yohops.com/',
...
...
Please
register
or
login
to post a comment