Browse Source

🎈 perf: 取消显示趣选书封面图

Pchen. 10 months ago
parent
commit
b02d07cdfd
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/pages/qxs/getBookList.vue

+ 3 - 2
src/pages/qxs/getBookList.vue

@@ -48,8 +48,9 @@
             <a-table :data="data" stripe hoverable :pagination="false" column-resizable class="table" :loading="loading" :columns="columns">
                 <template #imgUrl="{ record }">
                     <a-avatar shape="square" size="large" :style="{ backgroundColor: 'rgba(0,0,0,0.25)' }">
-                        <icon-book v-if="!record.imgUrl" />
-                        <img alt="" :src="record.imgUrl" v-else />
+                        <icon-book />
+                        <!-- <icon-book v-if="!record.imgUrl" />
+                        <img alt="" :src="record.imgUrl" v-else /> -->
                     </a-avatar>
                 </template>
                 <template #textbookPrice="{ record }">