From 70688c80958e5266fdc6cff8e03998ee826df042 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Thu, 30 Oct 2025 11:11:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=BF=90=E8=B4=B9=E7=9A=84=E8=A7=84=E5=88=99?= =?UTF-8?q?=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/config/operation/index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/settings/config/operation/index.vue b/src/views/settings/config/operation/index.vue index 8f8925e..56220f9 100644 --- a/src/views/settings/config/operation/index.vue +++ b/src/views/settings/config/operation/index.vue @@ -308,7 +308,7 @@ order_cutprice_time: null, product_inventory_warning: null, product_salenum_flag: null, - inner_min_delivery_fee:0, + inner_min_delivery_fee:null, }, promoteForm: { plantform_poster_bg: null, @@ -338,15 +338,10 @@ ], inner_min_delivery_fee:[ { - require:true, + required:true, message:this.__('平台运费不能为空'), trigger: 'blur', }, - { - type:'number', - min:0, - max:1000 - } ] }, show_cancel_timeOptions: [