From 9f687cf8a3218cf7dcda92d641703c46ae2c93c6 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期三, 08 六月 2022 17:43:40 +0800
Subject: [PATCH] #
---
src/main/webapp/views/render.html | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/render.html b/src/main/webapp/views/render.html
index 2bc1ff0..490bd08 100644
--- a/src/main/webapp/views/render.html
+++ b/src/main/webapp/views/render.html
@@ -594,7 +594,14 @@
if (crns[i].bay < 0) {
crns[i].bay = 0
}
- crnEl.animate({left: (crns[i].bay * unit) + 'px'}, 1000);
+ // crnEl.animate({left: (crns[i].bay * unit) + 'px'}, 1000);
+ // debugger
+ crns[i].bay = 21;
+ unit = 34;
+ crnEl.animate({left: ((crns[i].bay * unit)+225) + 'px'}, 1000);
+ switch(i){
+
+ }
}
} else if (res.code === 403) {
parent.location.href = baseUrl + "/login";
--
Gitblit v1.9.1