diff --git a/public/favicon.ico b/public/favicon.ico index 880c65a..fe91786 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue index 8eb52ab..2501ec2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,6 +32,12 @@ export default { +} diff --git a/src/views/merchant/merchant/index.vue b/src/views/merchant/merchant/index.vue index f98a251..35e7ca9 100644 --- a/src/views/merchant/merchant/index.vue +++ b/src/views/merchant/merchant/index.vue @@ -397,9 +397,12 @@ export default { getValue(e) { payMerchant.getWithdrawConfig(this.id).then((response) => { if (e == 2) { + this.form.id = response.data.id + this.form.merchantId = response.data.merchantId this.form.singleFee = response.data.sysMerchantWithdrawConfig.singleFee this.form.rate = response.data.sysMerchantWithdrawConfig.rate } else { + this.form.merchantId = response.data.merchantId this.form.singleFee = response.data.singleFee this.form.rate = response.data.rate } @@ -478,12 +481,15 @@ export default { if (this.form.rateRuleType == 2) { this.form = response.data.sysMerchantWithdrawConfig this.form.rateRuleType = response.data.rateRuleType + this.form.id = response.data.id + this.form.merchantId = response.data.merchantId } if (this.form.id == 0) { this.form.id = null } this.title = "提现"; this.openWithdraw = true; + console.log(this.form) }); }, diff --git a/总后台.zip b/总后台.zip index cd6bf2b..4959861 100644 Binary files a/总后台.zip and b/总后台.zip differ