Commit cb695bf3 by 郑云飞

init

parent 4dd78972
...@@ -73,6 +73,8 @@ public class GroupBuyAppController { ...@@ -73,6 +73,8 @@ public class GroupBuyAppController {
// 4.将分页对象、结果集合 封装后返回前台 // 4.将分页对象、结果集合 封装后返回前台
rmap.put("pageinfo", pinfo); rmap.put("pageinfo", pinfo);
rmap.put("items", list); rmap.put("items", list);
rmap.put("joinNumber", 0);
rmap.put("avatarList", "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLjFK35Wvia9lJKHoXfQuHhk0qZbvpPNxrAiaEKF7aL2k4I8kuqrdTWwliamdPHeyAA7DjAg725X2GIQ/132");
return Result.success(rmap); return Result.success(rmap);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment