Commit 4bb04503 by guojuxing

积分服务、会员成就、会员任务组件定义

parent 29bfb986
......@@ -24,7 +24,10 @@ public enum AppletPageComponentEnum {
MALL_SEARCH("B5", "搜索"),
MALL_GOODS("B6", "商品"),
COUPON("B7", "卡券"),
MALL_CLASSIFY("B8", "分类");
MALL_CLASSIFY("B8", "分类"),
INTEGRAL_SERVICE("C1", "积分服务"),
MEMBER_ACHIEVEMENT("C2", "会员成就"),
MEMBER_TASK("C3", "会员任务");
private String 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