feat(specialList): showToast add duration
This commit is contained in:
		
							parent
							
								
									6ccb069e87
								
							
						
					
					
						commit
						de77c0913d
					
				| 
						 | 
					@ -348,6 +348,7 @@ export default {
 | 
				
			||||||
            title: '购物车添加成功',
 | 
					            title: '购物车添加成功',
 | 
				
			||||||
            icon: 'success',
 | 
					            icon: 'success',
 | 
				
			||||||
            mask: true,
 | 
					            mask: true,
 | 
				
			||||||
 | 
					            duration: 500,
 | 
				
			||||||
          })
 | 
					          })
 | 
				
			||||||
          setTimeout(() => {
 | 
					          setTimeout(() => {
 | 
				
			||||||
            this.$store.dispatch('getCarLength', this.specialArea).then(res => {
 | 
					            this.$store.dispatch('getCarLength', this.specialArea).then(res => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue