Browse Source

无附件不显示产品资料

xiaohaizhao 1 year ago
parent
commit
9ae244db47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/WebsiteManagement/marketproductMag/modules/detail.vue

+ 1 - 1
src/WebsiteManagement/marketproductMag/modules/detail.vue

@@ -85,7 +85,7 @@
         <div class="content_style">
           <div ref="contentstr" class="fwb"></div>
         </div>
-        <p style="font-size: 14px; margin-top: 20px">{{ $t("产品资料") }}</p>
+        <p v-if="detailInfo.attinfos.length" style="font-size: 14px; margin-top: 20px">{{ $t("产品资料") }}</p>
         <FileItem
           :itemStyle="itemStyle"
           v-if="dialogFormVisible"