Commit 4ff5aa18 authored by caoxu's avatar caoxu

Update: 将动态中的图片替换为真实图片

parent 7e7290c5
...@@ -151,8 +151,8 @@ const dynamics = ref([ ...@@ -151,8 +151,8 @@ const dynamics = ref([
time: '10分钟前', time: '10分钟前',
content: '今天参观了洛杉矶的格里菲斯天文台,真的太震撼了!强烈推荐大家去看看。', content: '今天参观了洛杉矶的格里菲斯天文台,真的太震撼了!强烈推荐大家去看看。',
images: [ images: [
'https://images.unsplash.com/photo-14648053576-a1e1e6e4a8b?w=400&h=300&fit=crop', 'https://images.unsplash.com/photo-1535498730771-e735b998cd64?w=400&h=300&fit=crop',
'https://images.unsplash.com/photo-14653134876-a1e1e6e4a8b?w=400&h=300&fit=crop' 'https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=400&h=300&fit=crop'
], ],
likes: 128, likes: 128,
comments: 32 comments: 32
...@@ -179,7 +179,9 @@ const dynamics = ref([ ...@@ -179,7 +179,9 @@ const dynamics = ref([
userStatusText: '离线', userStatusText: '离线',
time: '1小时前', time: '1小时前',
content: '探索了好莱坞星光大道,发现了很多明星的手印!', content: '探索了好莱坞星光大道,发现了很多明星的手印!',
images: [], images: [
'https://images.unsplash.com/photo-1515896769750-31548aa180ed?w=400&h=300&fit=crop'
],
likes: 256, likes: 256,
comments: 48 comments: 48
}, },
...@@ -192,8 +194,8 @@ const dynamics = ref([ ...@@ -192,8 +194,8 @@ const dynamics = ref([
time: '2小时前', time: '2小时前',
content: '在迪士尼乐园玩了一整天,太开心了!', content: '在迪士尼乐园玩了一整天,太开心了!',
images: [ images: [
'https://images.unsplash.com/photo-1470770841072-f698b740318?w=400&h=300&fit=crop', 'https://images.unsplash.com/photo-1566378246598-5b11a0d486cc?w=400&h=300&fit=crop',
'https://images.unsplash.com/photo-1470770841072-f698b740318?w=400&h=300&fit=crop' 'https://images.unsplash.com/photo-1596395819057-9db9fde58b3f?w=400&h=300&fit=crop'
], ],
likes: 167, likes: 167,
comments: 23 comments: 23
...@@ -206,7 +208,9 @@ const dynamics = ref([ ...@@ -206,7 +208,9 @@ const dynamics = ref([
userStatusText: '在线', userStatusText: '在线',
time: '3小时前', time: '3小时前',
content: '品尝了正宗的墨西哥卷饼,味道超赞!', content: '品尝了正宗的墨西哥卷饼,味道超赞!',
images: [], images: [
'https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?w=400&h=300&fit=crop'
],
likes: 345, likes: 345,
comments: 67 comments: 67
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment