Commit fb4e7d8a 张东亮

厚度大于27归类为28

1 个父辈 d737921f
...@@ -565,6 +565,10 @@ namespace OnlineStore.DeviceLibrary ...@@ -565,6 +565,10 @@ namespace OnlineStore.DeviceLibrary
{ {
LastHeight = 8; LastHeight = 8;
} }
else if(height>=27)
{
LastHeight = 28;
}
else else
{ {
List<int> heightList = StoreManager.GetTrayList(); List<int> heightList = StoreManager.GetTrayList();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!