소스 검색

[feat]修改活动页关闭按钮ui

云天逵 1 년 전
부모
커밋
90a4d95967
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/module/store/new_discount/new_discount_page.dart

+ 1 - 1
lib/module/store/new_discount/new_discount_page.dart

@@ -86,7 +86,7 @@ class NewDiscountPage extends BasePage<NewDiscountController> {
           children: [
             GestureDetector(
               onTap: controller.clickBack,
-              child: Assets.images.iconStoreBack.image(
+              child: Assets.images.iconDiscountClose.image(
                 width: 32.w,
                 height: 32.w,
               ),