测试问题修改
This commit is contained in:
		
							parent
							
								
									b83d72d3cf
								
							
						
					
					
						commit
						9215eb7f81
					
				| 
						 | 
				
			
			@ -127,14 +127,17 @@ export default {
 | 
			
		|||
				this.isSubmit=true 
 | 
			
		||||
				if(this.canteenId==""){
 | 
			
		||||
					uni.$u.toast('请选择食堂')
 | 
			
		||||
					this.isSubmit=false
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
				if(this.stallId==""){
 | 
			
		||||
					uni.$u.toast('请选择档口')
 | 
			
		||||
					this.isSubmit=false
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
				if(this.comment==""){
 | 
			
		||||
					uni.$u.toast('请认真填写建议')
 | 
			
		||||
					this.isSubmit=false
 | 
			
		||||
					return
 | 
			
		||||
				} 
 | 
			
		||||
				let param = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue