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