Commit f470cc47 authored by liujiangnan's avatar liujiangnan

feat: 撒花调整

parent 0bc56de5
......@@ -762,7 +762,7 @@ body {
z-index: 400;
bottom: 0rem;
left: -0.65rem;
animation: celebrate 1s steps(18);
animation: celebrate 1s steps(18) forwards;
}
@keyframes celebrate {
......
......@@ -829,8 +829,6 @@ function drawResult(data, text) {
$("#exercise").hide();
$("#result").show();
console.log(data);
let temp = JSON.parse(data);
const timeLen = stuUserAspect.recorderTimeLenArr.reduce((a, b) => a + b, 0);
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