send wash 8.9
This commit is contained in:
		
							parent
							
								
									8c3121d5ed
								
							
						
					
					
						commit
						7c05459daf
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user