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
zhangxiaoru
8 years ago
Commit
29b1a9b652d99fde4649ce0bb007f0553541a6ec
1 parent
b0e3ba76
报错修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
apps/cart/models/index.js
apps/guang/models/info.js
apps/product/models/newsale.js
apps/cart/models/index.js
View file @
29b1a9b
...
...
@@ -241,7 +241,7 @@ const getPriceGiftList = (promotionIds, promotionType) => {
method
:
'app.Shopping.queryPromotionGifts'
,
promotion_ids
:
promotionIds
}).
then
((
data
)
=>
{
return
data
.
code
===
200
?
cartProcess
.
procPriceGiftData
(
data
.
data
,
promotionType
)
:
void
0
;
return
data
.
code
===
200
?
cartProcess
.
procPriceGiftData
(
data
.
data
,
promotionType
)
:
{}
;
});
};
...
...
apps/guang/models/info.js
View file @
29b1a9b
...
...
@@ -201,7 +201,7 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => {
return
Promise
.
all
(
promises
).
then
(
datas
=>
{
let
getArticleContent
=
{}
;
let
getArticleContent
=
[]
;
if
(
datas
)
{
if
(
datas
[
1
])
{
...
...
apps/product/models/newsale.js
View file @
29b1a9b
...
...
@@ -123,6 +123,8 @@ const selectHotrank = (yhChannel, gender, sort, tabId, limit, page, notab) => {
}
return
formData
;
}
else
{
return
{};
}
});
...
...
Please
register
or
login
to post a comment