BUG 26118
This commit is contained in:
		@@ -184,7 +184,7 @@ export default {
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
    uni.$on('filedConfig', res => {
 | 
			
		||||
      if (!res.index) {
 | 
			
		||||
      if (res.index < 0) {
 | 
			
		||||
        this.targetList.push(res.config)
 | 
			
		||||
      } else {
 | 
			
		||||
        this.targetList.splice(res.index, 1, res.config)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user