feat: 图片处理

This commit is contained in:
huxiaoshuang
2022-11-22 17:23:39 +08:00
parent d6ea2363e1
commit 42d2b9b7f4
2 changed files with 2 additions and 2 deletions

2
dist/common.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,7 @@ const ActiveCard = (props: any) => {
height="100px"
fit="cover"
// src="cloud://cloud1-5g5xrgza12a0dd6d.636c-cloud1-5g5xrgza12a0dd6d-1253665791/images/v4-460px-Climb-a-Mountain-Step-9.jpg"
src={images?.[0]}
src={images?.[0]?.url}
/>
</View>
</View>