瀏覽代碼

🐛解决总账查看页面:有图片进页面显示 加载失败 图片 问题

shaogen1995 2 年之前
父節點
當前提交
f92c36be81
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/pages/ObjectSon/Object2/LookObject2/index.tsx

+ 2 - 1
src/pages/ObjectSon/Object2/LookObject2/index.tsx

@@ -237,7 +237,8 @@ function LookObject2() {
         {/* 上面的信息 */}
         <div className="topInfoBox">
           <div className="topInfoBoxL">
-            <ImageLazy src={info.thumb} width={300} height={300} />
+            {/* 解决有图片进页面显示 加载失败 图片 问题 */}
+            {info.id?<ImageLazy src={info.thumb} width={300} height={300} />:null}
           </div>
           <div className="topInfoBoxR">
             <div className="topInfoBoxRTit">