#
luxiaotao1123
2022-01-04 f60c480d1047f7174cdccdbc376ab50c4b0180aa
#
1个文件已修改
2 ■■■ 已修改文件
static/js/object/StoreGoods.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/object/StoreGoods.js
@@ -43,7 +43,7 @@
                        let clone = obj.clone();
                        let positionX = that.shelf.positionX || 0;
                        let positionY = that.shelf.bottomHight + (item.lev1-1)*that.shelf.binHeight || 0;
                        let positionZ = that.shelf.positionZ || 0;
                        let positionZ = (item.bay1-1)*-that.shelf.binHeight || 0;
                        clone.position.x = -18 + positionX;
                        clone.position.y = 2 + positionY;