Commit 95ddda04 by 陶光胜

观云台小程序

parent c70122a3
......@@ -80,7 +80,6 @@ public class IndexController {
LevelNameVo vo6 = new LevelNameVo(6, "第六层级", 6 >= level.getLevel() && 6 <= level.getMaxLevel() ? 1: 0);
LevelNameVo vo7 = new LevelNameVo(7, "门店", 1);
LevelNameVo vo8 = new LevelNameVo(8, "导购", 1);
list.add(vo0);
list.add(vo1);
list.add(vo2);
list.add(vo3);
......
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