Skip to content

Commit

Permalink
fix: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Sep 19, 2023
1 parent 55afd24 commit 8af1a12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/waterfall/PicWaterfall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:backgroundColor="backgroundColor">
<template #item="{ item, url }">
<div class="text-center" @click="card_click_event('imgBoxClickEvent', item)">
<lazy-img class="img_box" :url="url" @error="imgErrorEvent" />
<lazy-img class="img_box" :url="url"/>
<span v-if="show_img_title">{{ item.info }}</span>
</div>
</template>
Expand Down Expand Up @@ -152,7 +152,6 @@ export default {
},
// TODO: 图片加载失败提示
imgErrorEvent: function (i) {
debugger
return this.$q.notify({
type: 'warning',
message: this.$t('img_load_error') + '',
Expand Down

0 comments on commit 8af1a12

Please sign in to comment.