From 7c05459dafa4d2af347bbb52992741558a38d34d Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Mon, 10 Aug 2020 17:46:57 +0800 Subject: [PATCH] send wash 8.9 --- pageE/tool/WashOrder.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pageE/tool/WashOrder.vue b/pageE/tool/WashOrder.vue index 1682981..19b4a7d 100644 --- a/pageE/tool/WashOrder.vue +++ b/pageE/tool/WashOrder.vue @@ -259,6 +259,16 @@ export default { this.getAreaData(); this.getClothesTypeList(); }, + watch: { + swiperCurrent() { + this.goodsStatus = ''; + this.type = {}; + this.name = ''; + this.phone = ''; + this.area = ''; + this.address = ''; + } + }, methods: { getClothesTypeList() { this.$u.api.getClothesTypeList().then(res => { @@ -424,12 +434,6 @@ export default { }) }, animationfinish(e) { - this.goodsStatus = ''; - this.type = {}; - this.name = ''; - this.phone = ''; - this.area = ''; - this.address = ''; // 可重新提交订单 this.debounce = true; let current = e.detail.current;