Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
868764c8
Commit
868764c8
authored
May 14, 2019
by
Junling Bu
Browse files
fix[renard-wx]: 商品列表返回值应该采用list,而不是goodsList
parent
bdfc9b79
Changes
2
Hide whitespace changes
Inline
Side-by-side
renard-wx/pages/category/category.js
View file @
868764c8
...
...
@@ -107,7 +107,7 @@ Page({
})
.
then
(
function
(
res
)
{
that
.
setData
({
goodsList
:
res
.
data
.
goodsL
ist
,
goodsList
:
res
.
data
.
l
ist
,
});
wx
.
hideLoading
();
});
...
...
renard-wx/pages/goods/goods.js
View file @
868764c8
...
...
@@ -163,7 +163,7 @@ Page({
}).
then
(
function
(
res
)
{
if
(
res
.
errno
===
0
)
{
that
.
setData
({
relatedGoods
:
res
.
data
.
goodsL
ist
,
relatedGoods
:
res
.
data
.
l
ist
,
});
}
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment