From e2b2ab638617a7da0ed6ff85c5360eb8a042e7a2 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Tue, 18 Nov 2025 17:05:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=A0=8D=E4=BB=B7?= =?UTF-8?q?=E4=BA=BA=E6=95=B0=E5=92=8C=E7=A0=8D=E4=BB=B7=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sellerBargain/components/StoreActivityBaseEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/store/activity/sellerBargain/components/StoreActivityBaseEdit.vue b/src/views/store/activity/sellerBargain/components/StoreActivityBaseEdit.vue index 64419fc..95a6077 100644 --- a/src/views/store/activity/sellerBargain/components/StoreActivityBaseEdit.vue +++ b/src/views/store/activity/sellerBargain/components/StoreActivityBaseEdit.vue @@ -237,8 +237,8 @@ row.activity_rule.cut_down_min_limit_price, cut_down_type: row.activity_rule.cut_down_type, cut_down_user_num: row.activity_rule.cut_down_user_num, - cut_hour:row.activity_rule.cut_hour, - product_count:row.activity_rule.product_count + cut_hour:row.cut_hour, + product_count:row.product_count } }