Browse Source

fix #437

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
1d38b8a8ac
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      public/self/js/Director/detection.js

+ 3
- 3
public/self/js/Director/detection.js View File

@@ -712,7 +712,7 @@ function loadimg(){
reset_var();
var picturePath = labeltastresult[fileindex].pic_image_field;
img.src = ip + "/getgiteaimage?filename=" + picturePath;
console.log("picturePath",picturePath)
var picIndex = picturePath.indexOf("/",70);
if(picIndex != -1){
@@ -721,8 +721,8 @@ function loadimg(){
}else{
float_text_name = picturePath.substring(picturePath.lastIndexOf("/") + 1)
}
console.log("float_text_name",float_text_name)
var html = float_text_name + "  "+ "(" + (tablePageData.current * pageSize + fileindex + 1) + "/" + tablePageData.total + ")"
var html = float_text_name + "    "+ "(" + (tablePageData.current * pageSize + fileindex + 1) + "/" + tablePageData.total + ")"
document.getElementById("float_text").innerHTML = html;
}
function save(){


Loading…
Cancel
Save