Commit 80a4346f by guojuxing

页面装修二期:营销组件、微商城组件及页面

parent f2f84f04
......@@ -18,7 +18,12 @@ public enum AppletPageComponentEnum {
TEXT_TITLE("A9", "文本标题"),
DATA_ASSET("A10", "数据资产"),
MEMBER_PRIVILEGE("B1", "会员特权"),
MEMBER_CARD("B2", "会员卡");
MEMBER_CARD("B2", "会员卡"),
INTEGRAL_SIGN("B3", "积分签到"),
GOODS_SHELF("B4", "商品货架"),
MALL_SEARCH("B5", "搜索"),
MALL_GOODS("B6", "商品"),
MALL_CLASSIFY("B8", "分类");
private String code;
private String message;
......
......@@ -9,7 +9,13 @@ package com.gic.enterprise.constant.applet;
public enum AppletPageTypeEnum {
CUSTOM(1, "自定义页面", 1, 0),
MEMBER_CENTER(2, "会员中心", 2, 1),
CUSTOMER_SERVICE(3, "客服服务页面", 2, 0);
CUSTOMER_SERVICE(3, "客服服务页面", 2, 0),
INTEGRAL_SERVICE(4, "积分服务", 2, 0),
MEMBER_ACHIEVEMENT(5, "积分成就", 2, 0),
MEMBER_TASK(6, "会员任务", 2, 0),
CARD_DETAIL_LIST(7, "卡券详情列表", 2, 0),
MALL_HOME_PAGE(8, "商城首页", 2, 0),
MALL_CLASSIFY(9, "商城分类", 2, 0);
private int code;
private String message;
......
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