Browse Source

缩略图不判断内部渲染错误

Michael Wang 4 years ago
parent
commit
ae33a22ecd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/features/mark/MinimapModal.vue

+ 3 - 3
src/features/mark/MinimapModal.vue

@@ -38,9 +38,9 @@ export default defineComponent({
         document.querySelector(".mark-body-container")?.innerHTML ??
         "请关闭或重新打开";
       // 没取到图片,提示
-      if (imagesHtml.value.length <= 500) {
-        imagesHtml.value = "请关闭或重新打开";
-      }
+      // if (imagesHtml.value.length <= 500) {
+      //   imagesHtml.value = "请关闭或重新打开";
+      // }
 
       // console.log(imagesHtml);
     });