Commit 5d7f0822 by guojuxing

装修页面添加页面背景颜色字段

parent afe300bc
......@@ -116,6 +116,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
record.setEntryCondition(entryCondition);
record.setSetting(jsonObject.getString("setting"));
record.setPageType(pageType);
record.setBackgroundColor(backgroundColor);
//如果是有默认数据的类型(会员中心),第一条记录,即使saveType = 2,也自动变成1
if (AppletPageTypeEnum.hasDefault(pageType)) {
......
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