Explorar o código

Merge branch 'v1.0.0' into v1.0.2

云天逵 hai 6 meses
pai
achega
80275c1d14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/module/store/new_discount/new_discount_page.dart

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

@@ -94,7 +94,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,
               ),