feat: 商家卡片支持多图展示,点击左右切换带 crossfade 过渡
- Restaurant.image 改为 images: string[],API 层从高德取最多 5 张图 - RestaurantCard 新增 ImageGallery:点击图片左右区域切换、顶部圆点指示器、 左右箭头提示、首次查看时文字引导气泡(2.5s 自动消失) - 图片切换使用 crossfade 动画(旧图渐隐 280ms),过渡平滑 - MatchResult / Profile 页面兼容新旧数据格式,无图时条件渲染
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export interface Restaurant {
|
||||
rating: number;
|
||||
price: string;
|
||||
distance: string;
|
||||
image: string;
|
||||
images: string[];
|
||||
category: string;
|
||||
address: string;
|
||||
openTime: string;
|
||||
|
||||
Reference in New Issue
Block a user