Commit 94e5ffdf by 陶光胜

回写修改

parent a0e112c7
......@@ -75,6 +75,7 @@ public class StoreSelectBackImpl implements ScreenBackStrategy {
}
}
screenBack.setView(view);
screenBack.setHideView(new ArrayList<>());
return screenBack;
}
return null;
......@@ -92,6 +93,7 @@ public class StoreSelectBackImpl implements ScreenBackStrategy {
}
}
screenBack.setView(view);
screenBack.setHideView(new ArrayList<>());
return screenBack;
}
return null;
......
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