From 000f715bd851af5a6c37b6815ed83b9bb66e676f Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 26 Jan 2026 15:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=86=E9=94=80=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution_page/components/setting.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/marketing_center/distribution_page/components/setting.vue b/src/views/marketing_center/distribution_page/components/setting.vue index c2f1989..07b5af1 100644 --- a/src/views/marketing_center/distribution_page/components/setting.vue +++ b/src/views/marketing_center/distribution_page/components/setting.vue @@ -135,8 +135,8 @@ *分成比例
- +
@@ -204,7 +204,7 @@ const levelConfigListObj = ref({ name: '', // 名称 inviteCount: '', // 有效人数 costAmount: '', // 消费金额 - levelOneCommission: '', // 一级分销比例 + commission: '', // 一级分销比例 levelTwoCommission: '', // 二级分销比例 }) const form = ref({ @@ -281,7 +281,7 @@ const rules = ref({ callback(new Error(tips)) return } - if (item.levelOneCommission === '' || item.levelOneCommission == 0) { + if (item.commission === '' || item.commission == 0) { tips = `请输入${index + 1}级的分成比例` callback(new Error(tips)) return