fix: 保存场景后清理货架数据
This commit is contained in:
@@ -93,6 +93,11 @@ export const buildScene = (origin) => {
|
||||
|
||||
shelf.wares.push(ware);
|
||||
|
||||
// 清空货架信息
|
||||
cell.surveyLogo = "";
|
||||
cell.surveyPrice = 0
|
||||
cell.pileNumber = 2
|
||||
cell.pileRotationY = 0;
|
||||
cell.surveyWare = null;
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user