Skip to content

Commit

Permalink
[*] 修复签到图片展示
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Oct 11, 2024
1 parent 4f434df commit 3f442aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/views/SignView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
</p>
<n-skeleton text :repeat="1" style="width: 10%" v-else />
<br />
<n-grid-item v-show="status">
<n-image width="100%" src="https://api.imlazy.ink/img" />
</n-grid-item>
<n-image lazy v-if="status" width="100%" src="https://api.imlazy.ink/img">
<template #placeholder>
<n-spin />
</template>
</n-image>
</n-card>
</n-grid-item>
</n-grid>
Expand Down

0 comments on commit 3f442aa

Please sign in to comment.