#
whycq
2023-05-21 5efced37f972c49e15a9bf2c4021d5b4d4b18884
src/main/webapp/views/console.html
@@ -607,12 +607,12 @@
                        offSet = 1710; //145
                        crnEl.animate({left: offSet + 'px'}, 1000);
                        // if(crns[i].bay === 1){
                        //     crnEl.animate({left: offSet + 'px'}, 1000);
                        // } else {
                        //     crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
                        // }
                        // crnEl.animate({left: offSet + 'px'}, 1000);
                        if(crns[i].bay === 1){
                            crnEl.animate({left: offSet + 'px'}, 1000);
                        } else {
                            crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
                        }
                    }
                } else if (res.code === 403) {