From 56a2b6e9be502ea781168d1daf09a607e31b33ac Mon Sep 17 00:00:00 2001 From: mujinxia <1764373892@qq.com> Date: Wed, 21 Feb 2024 22:18:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E5=85=A5=E9=A9=BB=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=90=8E=E6=B8=85=E7=A9=BA=E6=89=80=E6=9C=89=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news1/MerchantSettlement.vue | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/pages/news1/MerchantSettlement.vue b/pages/news1/MerchantSettlement.vue index dccdcd7..902c856 100644 --- a/pages/news1/MerchantSettlement.vue +++ b/pages/news1/MerchantSettlement.vue @@ -10,10 +10,11 @@ - + - + @@ -145,7 +146,7 @@ export default { shop_name: '', offline_name: '', factory_name: '', - send_name: '', + send_name: '', form: { store_name: '', store_cat: '', @@ -419,14 +420,6 @@ export default { .then(res => { if (res.status) { this.popShow = true - this.form = this.$options.data().form - this.send_name = '' - this.factory_name = '' - this.offline_name = '' - this.shop_name = '' - this.btnList.map(item => { - item.active = false - }) } else { uni.showToast({ title: '入驻失败', @@ -435,7 +428,16 @@ export default { }) } }) - .finally() + .finally(() => { + this.form = this.$options.data().form + this.send_name = '' + this.factory_name = '' + this.offline_name = '' + this.shop_name = '' + this.btnList.map(item => { + item.active = false + }) + }) }, } }