Skip to content

Commit

Permalink
Merge pull request #34 from besscroft/dev
Browse files Browse the repository at this point in the history
fix: 修复图片详情相机型号展示错误
  • Loading branch information
besscroft authored Jan 21, 2024
2 parents c0dbf99 + 64cced3 commit 6dc6742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ onUnmounted(() => {
<div i-carbon-camera />
<p>相机</p>
</h3>
<p mt-1 text-center>{{ obj?.exif?.Model?.description || 'N&A' }}</p>
<p mt-1 text-center>{{ obj?.exif?.model || 'N&A' }}</p>
</el-card>
<el-card class="box-card" mx-auto rounded-lg shadow-md w-full>
<h3 flex justify-center items-center space-x-1 text-base text-center font-medium>
Expand Down

1 comment on commit 6dc6742

@vercel
Copy link

@vercel vercel bot commented on 6dc6742 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.