#
whycq
2023-05-12 bfc97f036688f34e7c1451d68e3f6fc242f99929
src/main/webapp/views/console.html
@@ -603,15 +603,16 @@
                        // crns[i].bay = 15;
                        var offSet = 0;
                        unit = 11.5;
                        offSet = 350;
                        unit = -28.5;
                        offSet = 1710; //145
                        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) {