Commit 2a42bdf9 authored by liujiangnan's avatar liujiangnan

调试

parent e4a650b7
......@@ -12,10 +12,10 @@
<link href="./index.css" rel="stylesheet">
<script type="text/javascript"src="//staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air_online_open.js"></script>
<!-- <script src='https://cdn.bootcss.com/vConsole/3.2.2/vconsole.min.js' type="text/javascript" charset="utf-8"></script>
<script src='https://cdn.bootcss.com/vConsole/3.2.2/vconsole.min.js' type="text/javascript" charset="utf-8"></script>
<script>
window.vConsole = new window.VConsole()
</script> -->
</script>
</head>
<body>
......
......@@ -885,6 +885,7 @@ function annotation(text, detail){
let rawSent = feedBack.rawSent;
const errorPosInfos = feedBack.errorPosInfos;
console.log(num, errorPosInfos);
for(let j=errorPosInfos.length-1; j>=0; j--){
const errPos = errorPosInfos[j];
const startPos = errPos.startPos;
......
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