Sfoglia il codice sorgente

Merge branch 'v1.0.0' into v1.0.2

云天逵 6 mesi fa
parent
commit
80275c1d14
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
               ),