Commit 3d593377 by guojuxing

装修页面,自定义页面加上人群

parent 588b281d
......@@ -133,7 +133,7 @@ public enum AppletPageTypeEnum {
if (pageType == null) {
return false;
}
if (AppletPageTypeEnum.INTEGRAL_SERVICE.getCode() == pageType) {
if (AppletPageTypeEnum.INTEGRAL_SERVICE.getCode() == pageType || AppletPageTypeEnum.CUSTOM.getCode() == pageType) {
return true;
}
return false;
......
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