|  | @@ -180,6 +180,7 @@
 | 
	
		
			
				|  |  |  				// 	this.$showToast('请输入正确手机号');
 | 
	
		
			
				|  |  |  				// 	return
 | 
	
		
			
				|  |  |  				// }
 | 
	
		
			
				|  |  | +				this.stayInfo.introduction = null
 | 
	
		
			
				|  |  |  				this.stayInfo.picList = [];
 | 
	
		
			
				|  |  |  				this.imgUrlList.forEach((i) => {
 | 
	
		
			
				|  |  |  					if (i.url) {
 | 
	
	
		
			
				|  | @@ -188,6 +189,12 @@
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  				this.$api.post('/merchant/hotel/mine/updMHomestayInfo', this.stayInfo).then(res => {
 | 
	
		
			
				|  |  |  					console.log(res)
 | 
	
		
			
				|  |  | +					if (res.data.code == 0) {
 | 
	
		
			
				|  |  | +						this.$showToast('保存成功');
 | 
	
		
			
				|  |  | +						// setTimeout(() => {
 | 
	
		
			
				|  |  | +						// 	this.getStayInfo()
 | 
	
		
			
				|  |  | +						// }, 1000)
 | 
	
		
			
				|  |  | +					} else this.$showToast(res.data.msg);
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  |  			// 删除图片
 |