|
@@ -132,6 +132,9 @@ function getInfo(e, nameEn) {
|
|
|
imgDiv.appendChild(image);
|
|
imgDiv.appendChild(image);
|
|
|
otherInfo.appendChild(imgDiv);
|
|
otherInfo.appendChild(imgDiv);
|
|
|
|
|
|
|
|
|
|
+ // 原图标签更新属性
|
|
|
|
|
+ $("a:contains('原图')").attr("href", data.data.path);
|
|
|
|
|
+
|
|
|
image.onload = function () {
|
|
image.onload = function () {
|
|
|
console.log("insertOrUpdateWatchlist-image onload,", image.src);
|
|
console.log("insertOrUpdateWatchlist-image onload,", image.src);
|
|
|
removeLoading();
|
|
removeLoading();
|