Commit d5b465e7644f0694a6a69f761522907ffb94f66c

Authored by 吴启风
1 parent c5ed9934

feat:购前须知图标替换

assets/images/check_lesson.png

14.8 KB | W: | H:

7.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
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 52 ),
53 53 IconButton(
54 54 icon: Image.asset(
55   - 'shop'.assetPng,
  55 + 'icon_shop_desc'.assetPng,
56 56 width: 40,
57 57 height: 40,
58 58 ),
... ...