Browse Source

Merge remote-tracking branch 'origin/v1.0.2' into v1.0.2

hezihao 6 months ago
parent
commit
ca433b7a15
1 changed files with 1 additions and 1 deletions
  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,
               ),