Browse Source

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

云天逵 11 tháng trước cách đây
mục cha
commit
90a4d95967
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
               ),