From f60c480d1047f7174cdccdbc376ab50c4b0180aa Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 04 一月 2022 13:34:44 +0800 Subject: [PATCH] # --- static/js/object/StoreGoods.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/object/StoreGoods.js b/static/js/object/StoreGoods.js index 9741678..37b1124 100644 --- a/static/js/object/StoreGoods.js +++ b/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; -- Gitblit v1.9.1