zhaomingwork
2023-11-08 2e36e738ca39afc8d02f3d11013bd12f937cc874
runtime/html5/static/main.js
@@ -262,7 +262,7 @@
   var obj = document.getElementById("varHot");
   if(typeof(obj) == 'undefined' || obj==null || obj.value.length<=0){
     return "";
     return null;
   }
   let val = obj.value.toString();
  
@@ -279,11 +279,11 @@
         for(var i=0;i<result.length-1;i++)
            wordstr=wordstr+result[i]+" ";
  
         jsonresult[wordstr.trim()]=result[result.length-1];
         jsonresult[wordstr.trim()]= parseInt(result[result.length-1]);
      }
   }
   console.log("jsonresult="+JSON.stringify(jsonresult));
   return jsonresult;
   return  JSON.stringify(jsonresult);
}
function getAsrMode(){