Преглед изворни кода

Merge branch 'v1.0.0' into v1.0.2

云天逵 пре 6 месеци
родитељ
комит
80275c1d14
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

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