Skip to content

Commit

Permalink
fix: 修复图片详情相机型号展示错误
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Jan 21, 2024
1 parent a65f02f commit 64cced3
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

0 comments on commit 64cced3

Please sign in to comment.