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 + }) + }) }, } }