| 
					
				 | 
			
			
				@@ -211,7 +211,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   onShow() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if (uni.getStorageSync('formDataaaa')) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      let { name, phone, address, websitName } = uni.getStorageSync('formData') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      let { name, phone, address, websitName } = uni.getStorageSync('formDataaaa') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.websitName = websitName 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.name = name 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.phone = phone 
			 |