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
f68e674c
Commit
f68e674c
authored
Jan 15, 2019
by
Hong
Browse files
补缺一个字段
parent
cb496119
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxHomeController.java
View file @
f68e674c
...
@@ -130,7 +130,7 @@ public class WxHomeController {
...
@@ -130,7 +130,7 @@ public class WxHomeController {
data
.
put
(
"brandList"
,
brandListTask
.
get
());
data
.
put
(
"brandList"
,
brandListTask
.
get
());
data
.
put
(
"topicList"
,
topicListTask
.
get
());
data
.
put
(
"topicList"
,
topicListTask
.
get
());
data
.
put
(
"grouponList"
,
grouponListTask
.
get
());
data
.
put
(
"grouponList"
,
grouponListTask
.
get
());
data
.
put
(
"floorGoodsList"
,
floorGoodsListTask
);
data
.
put
(
"floorGoodsList"
,
floorGoodsListTask
.
get
()
);
}
}
catch
(
Exception
e
)
{
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
...
...
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