Commit f470cc47 authored by liujiangnan's avatar liujiangnan

feat: 撒花调整

parent 0bc56de5
...@@ -762,7 +762,7 @@ body { ...@@ -762,7 +762,7 @@ body {
z-index: 400; z-index: 400;
bottom: 0rem; bottom: 0rem;
left: -0.65rem; left: -0.65rem;
animation: celebrate 1s steps(18); animation: celebrate 1s steps(18) forwards;
} }
@keyframes celebrate { @keyframes celebrate {
......
...@@ -829,8 +829,6 @@ function drawResult(data, text) { ...@@ -829,8 +829,6 @@ function drawResult(data, text) {
$("#exercise").hide(); $("#exercise").hide();
$("#result").show(); $("#result").show();
console.log(data);
let temp = JSON.parse(data); let temp = JSON.parse(data);
const timeLen = stuUserAspect.recorderTimeLenArr.reduce((a, b) => a + b, 0); const timeLen = stuUserAspect.recorderTimeLenArr.reduce((a, b) => a + b, 0);
let { integrity, fluency } = scoreByText(text, $("#keyWord").val(), timeLen); let { integrity, fluency } = scoreByText(text, $("#keyWord").val(), timeLen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment