Commit d5b465e7644f0694a6a69f761522907ffb94f66c
1 parent
c5ed9934
feat:购前须知图标替换
Showing
3 changed files
with
1 additions
and
1 deletions
assets/images/check_lesson.png
assets/images/icon_shop_desc.png
0 → 100644
6.53 KB
lib/pages/shop/home/shop_home_page.dart
@@ -52,7 +52,7 @@ class _ShopHomeView extends StatelessWidget { | @@ -52,7 +52,7 @@ class _ShopHomeView extends StatelessWidget { | ||
52 | ), | 52 | ), |
53 | IconButton( | 53 | IconButton( |
54 | icon: Image.asset( | 54 | icon: Image.asset( |
55 | - 'shop'.assetPng, | 55 | + 'icon_shop_desc'.assetPng, |
56 | width: 40, | 56 | width: 40, |
57 | height: 40, | 57 | height: 40, |
58 | ), | 58 | ), |