Browse Source

fix:未登录搜索中间页列表不显示附件

yangfeng 11 months ago
parent
commit
ad09a349ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/mobile/src/components/search/bidding/NoLoginBidList.vue

+ 1 - 1
apps/mobile/src/components/search/bidding/NoLoginBidList.vue

@@ -18,7 +18,7 @@
         :line="false"
         :tags="item.tags"
         :time="item.time"
-        :isFile="item.hasFile"
+        :isFile="false"
         :leftTopBadgeText="item.leftTopBadgeText"
         v-visited:content="item.id"
         @click="onClick(item)"