state问题
Uncaught TypeError: Cannot read property 'state' of undefined(…) 报这个错如何解决。。。 在这个地方if(!this.state.imgsArrangeArr[index]){ this.state.imgsArrangeArr[index] = { pos:{ top:0, left:0 } } }
Uncaught TypeError: Cannot read property 'state' of undefined(…) 报这个错如何解决。。。 在这个地方if(!this.state.imgsArrangeArr[index]){ this.state.imgsArrangeArr[index] = { pos:{ top:0, left:0 } } }
2016-12-19
举报