Commit aeb2e0ee authored by Joe's avatar Joe

fix bug

parent 7c050f14
......@@ -24,7 +24,7 @@ let Utils = {
// rrA = rA - 8;
// }
// let rrB = rB + k * (sB - eB)
let rrB = rB + k * (sB - eB)
// // 加分高于16
// if( (rrB - rB) > 16 ) {
......
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