Browse Source

test the name

pull/440/head
zhoupzh 3 years ago
parent
commit
a9ae17b0b3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/self/js/Director/detection.js

+ 1
- 0
public/self/js/Director/detection.js View File

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


Loading…
Cancel
Save