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

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

4
.gitignore vendored

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

@ -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({

Loading…
Cancel
Save