From 9b2ceeae170b3cdf8fed9b7f1d84753aaad26c37 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UNJTEKA\\Administrator" <2080639302@qq.com> Date: Wed, 30 Jul 2025 14:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=89=E5=8D=A1=E6=8B=89?= =?UTF-8?q?=E5=BC=80=E9=80=9A=E5=88=86=E8=B4=A6=E6=97=B6=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BC=A0=E5=85=A5=E6=9C=80=E4=BD=8E=E6=AF=94=E4=BE=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- pages/index/open-Divide_accounts/open-Divide_accounts.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd00a03..8faa027 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ unpackage/ -.hbuilderx/launch.json \ No newline at end of file +.hbuilderx/launch.json + +unpackage \ No newline at end of file diff --git a/pages/index/open-Divide_accounts/open-Divide_accounts.vue b/pages/index/open-Divide_accounts/open-Divide_accounts.vue index 6b1577e..28c34d3 100644 --- a/pages/index/open-Divide_accounts/open-Divide_accounts.vue +++ b/pages/index/open-Divide_accounts/open-Divide_accounts.vue @@ -193,6 +193,7 @@ }, //提交审核 submitbtn() { + if (!this.splitLowestRatio && this.platformType == 1) { uni.showToast({ title: '请输入最低分账比例', @@ -209,7 +210,8 @@ }); return; } - if (this.platformType == 1) { + /* 拉卡拉传最低分账比例,随行付不传 */ + if (this.platformType == 2) { this.splitLowestRatio = ''; } uni.showModal({