Commit d45143fc by 陈羽

update: 弹窗人群数量改为10

parent 8c6d9a25
......@@ -464,8 +464,8 @@ export default {
if (item.popupMemberGroupList && !item.popupMemberGroupList.length) {
callback(new Error('请选择定向人群'));
}
if (item.popupMemberGroupList && item.popupMemberGroupList.length > 3) {
callback(new Error('会员分组数量不能超过3个'));
if (item.popupMemberGroupList && item.popupMemberGroupList.length > 10) {
callback(new Error('会员分组数量不能超过10个'));
}
callback();
},
......
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