修改拉卡拉开通分账时无法传入最低比例bug

feature-ymt
游梦婷 3 months ago
parent 2fcdb93a4c
commit 9b2ceeae17
  1. 2
      .gitignore
  2. 4
      pages/index/open-Divide_accounts/open-Divide_accounts.vue

2
.gitignore vendored

@ -1,2 +1,4 @@
unpackage/ unpackage/
.hbuilderx/launch.json .hbuilderx/launch.json
unpackage

@ -193,6 +193,7 @@
}, },
// //
submitbtn() { submitbtn() {
if (!this.splitLowestRatio && this.platformType == 1) { if (!this.splitLowestRatio && this.platformType == 1) {
uni.showToast({ uni.showToast({
title: '请输入最低分账比例', title: '请输入最低分账比例',
@ -209,7 +210,8 @@
}); });
return; return;
} }
if (this.platformType == 1) { /* 拉卡拉传最低分账比例,随行付不传 */
if (this.platformType == 2) {
this.splitLowestRatio = ''; this.splitLowestRatio = '';
} }
uni.showModal({ uni.showModal({

Loading…
Cancel
Save