Skip to content

Commit 6dc6742

Browse files
authored
Merge pull request #34 from besscroft/dev
fix: 修复图片详情相机型号展示错误
2 parents c0dbf99 + 64cced3 commit 6dc6742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Canvas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ onUnmounted(() => {
140140
<div i-carbon-camera />
141141
<p>相机</p>
142142
</h3>
143-
<p mt-1 text-center>{{ obj?.exif?.Model?.description || 'N&A' }}</p>
143+
<p mt-1 text-center>{{ obj?.exif?.model || 'N&A' }}</p>
144144
</el-card>
145145
<el-card class="box-card" mx-auto rounded-lg shadow-md w-full>
146146
<h3 flex justify-center items-center space-x-1 text-base text-center font-medium>

0 commit comments

Comments
 (0)