Evan

Results 2 issues of Evan

` View amv = toolbar.getChildAt(1); if (amv != null && amv instanceof ActionMenuView) { ActionMenuView actions = (ActionMenuView) amv; popAnim(actions.getChildAt(0), 5000, 2000); // filter popAnim(actions.getChildAt(1), 7000, 2000); // overflow }...

![image](https://user-images.githubusercontent.com/16522557/82648921-0777e680-9c4b-11ea-84d1-7239e432d110.png) 我根据官方提供的demo,换成update 这个api,并没有任何内容渲染出来。 复现路径就是 将miniprogram_dev/pages/index/index.js 中的 ![image](https://user-images.githubusercontent.com/16522557/82648971-1ced1080-9c4b-11ea-9cc3-8796e7e52147.png) 改成 ![image](https://user-images.githubusercontent.com/16522557/82648979-1fe80100-9c4b-11ea-90dc-8748e2576619.png) 从源码看,感觉update,方法,少了 if (!recycleData[id]) { } else{ // TODO: 少了这个分支的逻辑 }